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