X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=libs%2Faudiographer%2Faudiographer%2Fexception.h;h=b5141cb4c27f44ed0bc6d6a13721af6f5145e5c0;hb=b61146365f827fd04fe54a79e0c08926c9e2e9b5;hp=43891db619f61a8e6414364b728e847436a4af55;hpb=8da27200d18fe4c471a759dde8e10d85ff29d277;p=ardour.git diff --git a/libs/audiographer/audiographer/exception.h b/libs/audiographer/audiographer/exception.h index 43891db619..b5141cb4c2 100644 --- a/libs/audiographer/audiographer/exception.h +++ b/libs/audiographer/audiographer/exception.h @@ -6,12 +6,16 @@ #include +#include "audiographer/visibility.h" #include "audiographer/debug_utils.h" namespace AudioGrapher { -class Exception : public std::exception +/** AudioGrapher Exception class. + * Automatically tells which class an exception was thrown from. + */ +class LIBAUDIOGRAPHER_API Exception : public std::exception { public: template @@ -35,4 +39,4 @@ class Exception : public std::exception } // namespace AudioGrapher -#endif // AUDIOGRAPHER_EXCEPTION_H \ No newline at end of file +#endif // AUDIOGRAPHER_EXCEPTION_H