]> git.saurik.com Git - wxWidgets.git/blobdiff - contrib/include/wx/fl/updatesmgr.h
wx/wxprec.h already includes wx/defs.h (with other minor cleaning).
[wxWidgets.git] / contrib / include / wx / fl / updatesmgr.h
index 52a3222b9fcdb08ac8be887643c48c95816e79c8..12dba3b2d8fa609c8d279dcbf24598bb3244a9ef 100644 (file)
@@ -6,16 +6,12 @@
 // Created:     19/10/98
 // RCS-ID:      $Id$
 // Copyright:   (c) Aleksandras Gluchovas
-// Licence:       wxWindows licence
+// Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
 #ifndef __UPDATESMGR_G__
 #define __UPDATESMGR_G__
 
-#if defined(__GNUG__) && !defined(__APPLE__)
-    #pragma interface "updatesmgr.h"
-#endif
-
 #include "wx/fl/controlbar.h"
 
 /*
@@ -23,7 +19,7 @@ This class implements slightly optimized logic for refreshing
 the areas of frame layout that actually need to be updated.
 */
 
-class WXFL_DECLSPEC cbSimpleUpdatesMgr : public cbUpdatesManagerBase
+class WXDLLIMPEXP_FL cbSimpleUpdatesMgr : public cbUpdatesManagerBase
 {
     DECLARE_DYNAMIC_CLASS( cbSimpleUpdatesMgr )
 protected: