// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
-#ifdef __GNUG__
-#pragma implementation "xh_statbar.h"
-#endif
-
// For compilers that support precompilation, includes "wx.h".
#include "wx/wxprec.h"
#pragma hdrstop
#endif
+#if wxUSE_XRC && wxUSE_STATUSBAR
+
#include "wx/frame.h"
#include "wx/string.h"
-
-#if wxUSE_STATUSBAR
+#include "wx/log.h"
#include "wx/xrc/xh_statbar.h"
#include "wx/statusbr.h"
return IsOfClass(node, wxT("wxStatusBar"));
}
-#endif
+#endif // wxUSE_XRC && wxUSE_STATUSBAR