1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-10-21 14:02:57 +02:00

Define an AudacityException subclass for assertion violations

This commit is contained in:
Paul Licameli
2016-11-27 08:39:11 -05:00
parent df077d171a
commit f1cce8aa78
6 changed files with 126 additions and 0 deletions

View File

@@ -146,6 +146,8 @@ audacity_SOURCES = \
HistoryWindow.h \
ImageManipulation.cpp \
ImageManipulation.h \
InconsistencyException.cpp \
InconsistencyException.h \
InterpolateAudio.cpp \
InterpolateAudio.h \
LabelDialog.cpp \