X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e8a793f06cc0abb9e2433b1fe518c836395c8b49..470402b9966ec0c9b0011193cb82bd6baa4a98c5:/include/wx/xrc/xh_split.h

diff --git a/include/wx/xrc/xh_split.h b/include/wx/xrc/xh_split.h
index 8068151380..0ad4a27788 100644
--- a/include/wx/xrc/xh_split.h
+++ b/include/wx/xrc/xh_split.h
@@ -13,13 +13,18 @@
 
 #include "wx/xrc/xmlres.h"
 
+#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_