// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
-#ifdef __GNUG__
-#pragma implementation "xh_split.h"
-#endif
-
// For compilers that support precompilation, includes "wx.h".
#include "wx/wxprec.h"
#pragma hdrstop
#endif
+#if wxUSE_XRC
+
#include "wx/xrc/xh_split.h"
#include "wx/splitter.h"
#include "wx/log.h"
return IsOfClass(node, wxT("wxSplitterWindow"));
}
-
+#endif // wxUSE_XRC