X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/2f5b93fb9f2691f059643400ab3ff7b362b17aac..538f3830191e25eaf0edb0a379e08d4f85ee49bc:/include/wx/xrc/xh_split.h diff --git a/include/wx/xrc/xh_split.h b/include/wx/xrc/xh_split.h index 010bede9f0..8068151380 100644 --- a/include/wx/xrc/xh_split.h +++ b/include/wx/xrc/xh_split.h @@ -1,5 +1,5 @@ ///////////////////////////////////////////////////////////////////////////// -// Name: xh_split.h +// Name: wx/xrc/xh_split.h // Purpose: XRC resource for wxSplitterWindow // Author: panga@freemail.hu, Vaclav Slavik // Created: 2003/01/26 @@ -11,14 +11,11 @@ #ifndef _WX_XH_SPLIT_H_ #define _WX_XH_SPLIT_H_ -#if defined(__GNUG__) && !defined(__APPLE__) -#pragma interface "xh_split.h" -#endif - #include "wx/xrc/xmlres.h" -class WXXMLDLLEXPORT wxSplitterWindowXmlHandler : public wxXmlResourceHandler +class WXDLLIMPEXP_XRC wxSplitterWindowXmlHandler : public wxXmlResourceHandler { +DECLARE_DYNAMIC_CLASS(wxSplitterWindowXmlHandler) public: wxSplitterWindowXmlHandler(); virtual wxObject *DoCreateResource();