]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/xrc/xh_notbk.h
Apply patch [ 1548750 ] wxVsnprintf() various fixes
[wxWidgets.git] / include / wx / xrc / xh_notbk.h
index 14e909568b24fff6a0f2e5be57ae8ebbec44c186..2f547b07f4606617eeab46b9020cdb5014447969 100644 (file)
@@ -1,5 +1,5 @@
 /////////////////////////////////////////////////////////////////////////////
-// Name:        xh_notbk.h
+// Name:        wx/xrc/xh_notbk.h
 // Purpose:     XML resource handler for wxNotebook
 // Author:      Vaclav Slavik
 // RCS-ID:      $Id$
 #ifndef _WX_XH_NOTBK_H_
 #define _WX_XH_NOTBK_H_
 
-#if defined(__GNUG__) && !defined(__APPLE__)
-#pragma interface "xh_notbk.h"
-#endif
-
 #include "wx/xrc/xmlres.h"
 
 #if wxUSE_NOTEBOOK
 
 class WXDLLEXPORT wxNotebook;
 
-class WXXMLDLLEXPORT wxNotebookXmlHandler : public wxXmlResourceHandler
+class WXDLLIMPEXP_XRC wxNotebookXmlHandler : public wxXmlResourceHandler
 {
 DECLARE_DYNAMIC_CLASS(wxNotebookXmlHandler)
 public: