]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/univ/statbmp.h
fixed warnings after GetFont prototype change
[wxWidgets.git] / include / wx / univ / statbmp.h
index fcfdf802ae0eb3c03993b1025236d3688e1951a4..0a69f1e236bf5def1aeacc176bbcb6d44db8b498 100644 (file)
@@ -12,7 +12,7 @@
 #ifndef _WX_UNIV_STATBMP_H_
 #define _WX_UNIV_STATBMP_H_
 
-#ifdef __GNUG__
+#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
     #pragma interface "univstatbmp.h"
 #endif
 
@@ -22,7 +22,7 @@
 // wxStaticBitmap
 // ----------------------------------------------------------------------------
 
-class wxStaticBitmap : public wxStaticBitmapBase
+class WXDLLEXPORT wxStaticBitmap : public wxStaticBitmapBase
 {
 public:
     wxStaticBitmap()