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