X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/854e189f90dac9ba5e0239bca79aed64e8d6f46c..66c2bf7b1d9326fb650acfaae22ec50528cfbf7c:/include/wx/xrc/xh_split.h diff --git a/include/wx/xrc/xh_split.h b/include/wx/xrc/xh_split.h index 51c38b8c69..7f682dd73d 100644 --- a/include/wx/xrc/xh_split.h +++ b/include/wx/xrc/xh_split.h @@ -1,9 +1,8 @@ ///////////////////////////////////////////////////////////////////////////// -// 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 -// RCS-ID: $Id$ // Copyright: (c) 2003 panga@freemail.hu, Vaclav Slavik // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// @@ -11,19 +10,20 @@ #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 +#if wxUSE_XRC && wxUSE_SPLITTER + +class WXDLLIMPEXP_XRC wxSplitterWindowXmlHandler : public wxXmlResourceHandler { -DECLARE_DYNAMIC_CLASS(wxSplitterWindowXmlHandler) + DECLARE_DYNAMIC_CLASS(wxSplitterWindowXmlHandler) + public: wxSplitterWindowXmlHandler(); virtual wxObject *DoCreateResource(); virtual bool CanHandle(wxXmlNode *node); }; +#endif // wxUSE_XRC && wxUSE_SPLITTER + #endif // _WX_XH_SPLIT_H_