]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/xrc/xh_frame.h
Fixed strange situation when we had wxPathExists and wxDirExists with the same fincti...
[wxWidgets.git] / include / wx / xrc / xh_frame.h
index a5e824e32357f258d6cddb26d8e56af3ce01d210..9252868f0b276e3444011964289dba05ed85f550 100644 (file)
 #ifndef _WX_XH_FRAME_H_
 #define _WX_XH_FRAME_H_
 
-#if defined(__GNUG__) && !defined(__APPLE__)
+#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
 #pragma interface "xh_frame.h"
 #endif
 
 #include "wx/xrc/xmlres.h"
 
-class WXXMLDLLEXPORT wxFrameXmlHandler : public wxXmlResourceHandler
+class WXDLLIMPEXP_XRC wxFrameXmlHandler : public wxXmlResourceHandler
 {
+DECLARE_DYNAMIC_CLASS(wxFrameXmlHandler)
 public:
     wxFrameXmlHandler();
     virtual wxObject *DoCreateResource();