[Summary] Added possibility to identify IO thread which does not have required resour...
[ardour.git] / libs / pbd / pbd / unknown_type.h
index 4d984269a7afc0be3880eed32246125dd3e3d3b2..ef9db1ac43e51eab71bbb70ce52f273f230f3697 100644 (file)
@@ -22,9 +22,9 @@
 
 #include <exception>
 
-#include "pbd/libpbd_visibility.h"
+//#include "pbd/libpbd_visibility.h"
 
-class LIBPBD_API unknown_type : public std::exception {
+class /*LIBPBD_API*/ unknown_type : public std::exception {
   public:
        virtual const char *what() const throw() { return "unknown type"; }
 };