'libs/gtkmm2ext' - DLL visibility stuff and associated changes needed for building...
[ardour.git] / libs / gtkmm2ext / gtkmm2ext / dndtreeview.h
index 4a3eb7b5cfe8c7dc7099347df16033dca986b055..d82688c9c2332a94bda238f85d0d59c176cb18be 100644 (file)
@@ -31,7 +31,7 @@
 namespace Gtkmm2ext {
 
 template<class DataType>
-struct LIBGTKMM2EXT_API SerializedObjectPointers {
+struct /*LIBGTKMM2EXT_API*/ SerializedObjectPointers {
     uint32_t size;
     uint32_t cnt;
     char     type[32];
@@ -89,7 +89,7 @@ class LIBGTKMM2EXT_API DnDTreeViewBase : public Gtk::TreeView
 };
 
 template<class DataType>
-class LIBGTKMM2EXT_API DnDTreeView : public DnDTreeViewBase
+class /*LIBGTKMM2EXT_API*/ DnDTreeView : public DnDTreeViewBase
 {
   public:
        DnDTreeView() {}