]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/xrc/xh_bttn.h
removed obsolete build files which are likely to confuse more than help people now
[wxWidgets.git] / include / wx / xrc / xh_bttn.h
index 719be7264de43a9e8596c87ca808a567230826b1..93eb21258a957601d389017a2c596a97351c0075 100644 (file)
@@ -1,5 +1,5 @@
 /////////////////////////////////////////////////////////////////////////////
-// Name:        xh_bttn.h
+// Name:        wx/xrc/xh_bttn.h
 // Purpose:     XML resource handler for buttons
 // Author:      Vaclav Slavik
 // Created:     2000/03/05
 #ifndef _WX_XH_BTTN_H_
 #define _WX_XH_BTTN_H_
 
-#if defined(__GNUG__) && !defined(__APPLE__)
-#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();