]> git.saurik.com Git - wxWidgets.git/blobdiff - contrib/include/wx/fl/antiflickpl.h
fixed placement of pythonnote
[wxWidgets.git] / contrib / include / wx / fl / antiflickpl.h
index 0ede3dfce66d62c06120271a68c023e38e97c4b3..91a9cfa2795d98de20307eeca3c5f1138c88a086 100644 (file)
@@ -12,7 +12,7 @@
 #ifndef __ANTIFLICKPL_G__
 #define __ANTIFLICKPL_G__
 
-#ifdef __GNUG__
+#if defined(__GNUG__) && !defined(__APPLE__)
     #pragma interface "antiflickpl.h"
 #endif
 
@@ -26,7 +26,7 @@ antiflicker plugins within the application.
 Locking for multithreaded applications is not yet implemented.
 */
 
-class cbAntiflickerPlugin : public cbPluginBase
+class WXDLLIMPEXP_FL cbAntiflickerPlugin : public cbPluginBase
 {
     DECLARE_DYNAMIC_CLASS( cbAntiflickerPlugin )
 protected: