Consolidate relative sched_get_priority computation
[ardour.git] / libs / pbd / pbd / unknown_type.h
index 4d984269a7afc0be3880eed32246125dd3e3d3b2..17809f1d2ac27bd3e229ff86b9d8613f1ceecd68 100644 (file)
@@ -1,5 +1,5 @@
 /*
-    Copyright (C) 2012 Paul Davis 
+    Copyright (C) 2012 Paul Davis
 
     This program is free software; you can redistribute it and/or modify
     it under the terms of the GNU General Public License as published by
@@ -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"; }
 };