]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/xrc/xh_html.h
Simplify preprocessor guards for render tables and new
[wxWidgets.git] / include / wx / xrc / xh_html.h
index daaa93dcc74ab33b6c5eef8a0c3b14f38bbe7458..79776a16da7c1bc260a03a2a40081f3c9395c68e 100644 (file)
 #ifndef _WX_XH_HTML_H_
 #define _WX_XH_HTML_H_
 
-#ifdef __GNUG__
-#pragma interface "xh_html.h"
-#endif
-
 #include "wx/xrc/xmlres.h"
 
 #include "wx/defs.h"
 
 #if wxUSE_HTML
 
-class WXXMLDLLEXPORT wxHtmlWindowXmlHandler : public wxXmlResourceHandler
+class WXDLLIMPEXP_XRC wxHtmlWindowXmlHandler : public wxXmlResourceHandler
 {
+DECLARE_DYNAMIC_CLASS(wxHtmlWindowXmlHandler)
 public:
     wxHtmlWindowXmlHandler();
     virtual wxObject *DoCreateResource();