'libs/gtkmm2ext' - DLL visibility stuff and associated changes needed for building...
[ardour.git] / libs / gtkmm2ext / gtkmm2ext / dndvbox.h
index e41437fbcc3286a59622ba27f1947fbbd0d98f51..da6690f5f966a0e55241334f7252f8884a5a7f5e 100644 (file)
@@ -25,7 +25,7 @@
 namespace Gtkmm2ext {
 
 /** Parent class for children of a DnDVBox */  
-class LIBGTKMM2EXT_API DnDVBoxChild
+class /*LIBGTKMM2EXT_API*/ DnDVBoxChild
 {
 public:
        virtual ~DnDVBoxChild () {}
@@ -45,7 +45,7 @@ public:
 
 /** A VBox whose contents can be dragged and dropped */
 template <class T>
-class LIBGTKMM2EXT_API DnDVBox : public Gtk::EventBox
+class /*LIBGTKMM2EXT_API*/ DnDVBox : public Gtk::EventBox
 {
 public:
        DnDVBox () : _active (0), _drag_icon (0), _expecting_unwanted_button_event (false), _placeholder (0)