]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/xrc/xh_stbmp.h
Can now skip default manifest inclusion by defining wxUSE_NO_MANIFEST
[wxWidgets.git] / include / wx / xrc / xh_stbmp.h
index 34493cfc8e53341e288d8d57bcfb5624839901c5..a9097141ef6a2e32c11ce06bb588683429217b86 100644 (file)
@@ -11,7 +11,7 @@
 #ifndef _WX_XH_STBMP_H_
 #define _WX_XH_STBMP_H_
 
-#ifdef __GNUG__
+#if defined(__GNUG__) && !defined(__APPLE__)
 #pragma interface "xh_stbmp.h"
 #endif
 
@@ -20,6 +20,7 @@
 
 class WXXMLDLLEXPORT wxStaticBitmapXmlHandler : public wxXmlResourceHandler
 {
+DECLARE_DYNAMIC_CLASS(wxStaticBitmapXmlHandler)
 public:
     wxStaticBitmapXmlHandler();
     virtual wxObject *DoCreateResource();