]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/motif/statbmp.h
nested iterator classes must be dll-exported
[wxWidgets.git] / include / wx / motif / statbmp.h
index 8250e3c1ae3ad9e665563984a894fa92e8accdec..a8190f2a4f99e939543effbe4fe59ff62b2a6fda 100644 (file)
@@ -6,16 +6,12 @@
 // Created:     17/09/98
 // RCS-ID:      $Id$
 // Copyright:   (c) Julian Smart
-// Licence:     wxWidgets licence
+// Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
 #ifndef _WX_STATBMP_H_
 #define _WX_STATBMP_H_
 
-#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
-#pragma interface "statbmp.h"
-#endif
-
 #include "wx/motif/bmpmotif.h"
 #include "wx/icon.h"
 
@@ -48,7 +44,7 @@ public:
     
     virtual bool ProcessCommand(wxCommandEvent& WXUNUSED(event))
     {
-        return FALSE;
+        return false;
     }
     
     wxBitmap GetBitmap() const { return m_messageBitmap; }