]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/xrc/xh_bttn.h
1. use a manifest constant wxNO_LEN instead of -1 for lengths everywhere
[wxWidgets.git] / include / wx / xrc / xh_bttn.h
index c6c89c34a195d89ab7cc72f8e16e484def98dca2..816692c02b8fee55918811d977de298a303d1159 100644 (file)
 #ifndef _WX_XH_BTTN_H_
 #define _WX_XH_BTTN_H_
 
-#ifdef __GNUG__
-#pragma interface "xh_bttn.h"
-#endif
-
 #include "wx/xrc/xmlres.h"
 
-class WXXMLDLLEXPORT wxButtonXmlHandler : public wxXmlResourceHandler
+class WXDLLIMPEXP_XRC wxButtonXmlHandler : public wxXmlResourceHandler
 {
+DECLARE_DYNAMIC_CLASS(wxButtonXmlHandler)
 public:
     wxButtonXmlHandler();
     virtual wxObject *DoCreateResource();