]> git.saurik.com Git - wxWidgets.git/blobdiff - contrib/include/wx/fl/cbcustom.h
Avoid warnings from mgl headers if possible.
[wxWidgets.git] / contrib / include / wx / fl / cbcustom.h
index 0445a23f62ea1c423802288193b6b9e562987e6f..844faa11bbfe34c7751bef55515e0da91530d4e9 100644 (file)
@@ -12,7 +12,7 @@
 #ifndef __CBCUSTOM_G__
 #define __CBCUSTOM_G__
 
-#ifdef __GNUG__
+#if defined(__GNUG__) && !defined(__APPLE__)
     #pragma interface "cbcustom.h"
 #endif
 
@@ -24,7 +24,7 @@ menu and handling basic customization such as floating
 and horizontal/vertical alignment of the bar.
 */
 
-class cbSimpleCustomizationPlugin : public cbPluginBase
+class WXDLLIMPEXP_FL cbSimpleCustomizationPlugin : public cbPluginBase
 {
 public:
     DECLARE_DYNAMIC_CLASS( cbSimpleCustomizationPlugin )