]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/xrc/xh_notbk.h
Move constant strings to .rodata/.data.rel.ro ELF segment from .data by making them...
[wxWidgets.git] / include / wx / xrc / xh_notbk.h
index 07f9f1a01769829bacd01c84670158228f9b6286..ea3cdb757ca57a45dd4bf16fd2acc28253e75c54 100644 (file)
 #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:
     wxNotebookXmlHandler();
     virtual wxObject *DoCreateResource();