]> git.saurik.com Git - wxWidgets.git/blobdiff - contrib/include/wx/fl/rowdragpl.h
build fix for latest C++ standard
[wxWidgets.git] / contrib / include / wx / fl / rowdragpl.h
index 96036b57351c254a5993edd006c15a6733fa47c2..a7eb36f65aec567df01ca0c297ae1e318bb1f781 100644 (file)
 #ifndef __ROWDRAGPL_G__
 #define __ROWDRAGPL_G__
 
-#ifdef __GNUG__
-    #pragma interface "rowdragpl.h"
-#endif
-
 #include "wx/fl/controlbar.h"
 
 /*
@@ -25,7 +21,7 @@ The behaviour and appearance resembles drag and drop positioning
 of the toolbar rows in Netscape Communicator 4.xx.
 */
 
-class cbRowDragPlugin : public cbPluginBase
+class WXDLLIMPEXP_FL cbRowDragPlugin : public cbPluginBase
 {
     DECLARE_DYNAMIC_CLASS( cbRowDragPlugin )
 public:
@@ -217,7 +213,7 @@ public:
 Internal helper class.
 */
 
-class cbHiddenBarInfo : public wxObject
+class WXDLLIMPEXP_FL cbHiddenBarInfo : public wxObject
 {
     DECLARE_DYNAMIC_CLASS( cbHiddenBarInfo )
 public: