]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/xrc/xh_listb.h
Also distribute src/gtk/*.h
[wxWidgets.git] / include / wx / xrc / xh_listb.h
index c080442c8bdd2a7f55d5ec5ba0c4504f97cda0db..86f65f4c6359a2e1cb5b535e5fc53d14a53519e1 100644 (file)
@@ -11,7 +11,7 @@
 #ifndef _WX_XH_LISTB_H_
 #define _WX_XH_LISTB_H_
 
-#ifdef __GNUG__
+#if defined(__GNUG__) && !defined(__APPLE__)
 #pragma interface "xh_listb.h"
 #endif
 
@@ -19,8 +19,9 @@
 
 #if wxUSE_LISTBOX
 
-class WXXMLDLLEXPORT wxListBoxXmlHandler : public wxXmlResourceHandler
+class WXDLLIMPEXP_XRC wxListBoxXmlHandler : public wxXmlResourceHandler
 {
+DECLARE_DYNAMIC_CLASS(wxListBoxXmlHandler)
 public:
     wxListBoxXmlHandler();
     virtual wxObject *DoCreateResource();