]> git.saurik.com Git - wxWidgets.git/blobdiff - contrib/include/wx/fl/updatesmgr.h
WX_XMLRES_CURRENT_VERSION_STRING wasn't Unicode safe
[wxWidgets.git] / contrib / include / wx / fl / updatesmgr.h
index 0e71f2e5b6db9b9597e801113c89a4200243d66c..52a3222b9fcdb08ac8be887643c48c95816e79c8 100644 (file)
@@ -12,7 +12,7 @@
 #ifndef __UPDATESMGR_G__
 #define __UPDATESMGR_G__
 
 #ifndef __UPDATESMGR_G__
 #define __UPDATESMGR_G__
 
-#ifdef __GNUG__
+#if defined(__GNUG__) && !defined(__APPLE__)
     #pragma interface "updatesmgr.h"
 #endif
 
     #pragma interface "updatesmgr.h"
 #endif
 
@@ -23,7 +23,7 @@ This class implements slightly optimized logic for refreshing
 the areas of frame layout that actually need to be updated.
 */
 
 the areas of frame layout that actually need to be updated.
 */
 
-class cbSimpleUpdatesMgr : public cbUpdatesManagerBase
+class WXFL_DECLSPEC cbSimpleUpdatesMgr : public cbUpdatesManagerBase
 {
     DECLARE_DYNAMIC_CLASS( cbSimpleUpdatesMgr )
 protected:
 {
     DECLARE_DYNAMIC_CLASS( cbSimpleUpdatesMgr )
 protected: