]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/xrc/xh_stbmp.h
Added --with-gnomeprint and its wxUSE_LIBGNOMEPRINT
[wxWidgets.git] / include / wx / xrc / xh_stbmp.h
index 34493cfc8e53341e288d8d57bcfb5624839901c5..db26c4033b5b4f2e6adad66143210c2d62f02bad 100644 (file)
 #ifndef _WX_XH_STBMP_H_
 #define _WX_XH_STBMP_H_
 
-#ifdef __GNUG__
+#if defined(__GNUG__) && !defined(__APPLE__)
 #pragma interface "xh_stbmp.h"
 #endif
 
 #include "wx/xrc/xmlres.h"
 
 
-class WXXMLDLLEXPORT wxStaticBitmapXmlHandler : public wxXmlResourceHandler
+class WXDLLIMPEXP_XRC wxStaticBitmapXmlHandler : public wxXmlResourceHandler
 {
+DECLARE_DYNAMIC_CLASS(wxStaticBitmapXmlHandler)
 public:
     wxStaticBitmapXmlHandler();
     virtual wxObject *DoCreateResource();