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

Define an AudacityException subclass for file errors

This commit is contained in:
Paul Licameli
2016-11-22 14:56:13 -05:00
parent f1cce8aa78
commit 195509a033
6 changed files with 107 additions and 0 deletions

View File

@@ -133,6 +133,8 @@ audacity_SOURCES = \
FFmpeg.h \
FFT.cpp \
FFT.h \
FileException.cpp \
FileException.h \
FileIO.cpp \
FileIO.h \
FileNames.cpp \