]> git.saurik.com Git - wxWidgets.git/blobdiff - contrib/include/wx/fl/updatesmgr.h
Change the access of the event handler functions for Patch #1185584
[wxWidgets.git] / contrib / include / wx / fl / updatesmgr.h
index 0e71f2e5b6db9b9597e801113c89a4200243d66c..378b813c40088c91cc6df95fc0182c5e78cdcdc6 100644 (file)
@@ -6,13 +6,13 @@
 // Created:     19/10/98
 // RCS-ID:      $Id$
 // Copyright:   (c) Aleksandras Gluchovas
-// Licence:       wxWindows licence
+// Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
 #ifndef __UPDATESMGR_G__
 #define __UPDATESMGR_G__
 
-#ifdef __GNUG__
+#if defined(__GNUG__) && !defined(__APPLE__)
     #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.
 */
 
-class cbSimpleUpdatesMgr : public cbUpdatesManagerBase
+class WXDLLIMPEXP_FL cbSimpleUpdatesMgr : public cbUpdatesManagerBase
 {
     DECLARE_DYNAMIC_CLASS( cbSimpleUpdatesMgr )
 protected: