]> git.saurik.com Git - wxWidgets.git/blobdiff - src/xrc/xh_tglbtn.cpp
wxTinderbox build fix.
[wxWidgets.git] / src / xrc / xh_tglbtn.cpp
index 0fad6c4d12ee35522ba3694d4e7980ee11ff36c8..205f9e0d7a8d07bc5179894e73ea39301a387a06 100644 (file)
@@ -8,10 +8,6 @@
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
-#ifdef __GNUG__
-#pragma implementation "xh_tglbtn.h"
-#endif
-
 // For compilers that support precompilation, includes "wx.h".
 #include "wx/wxprec.h"
 
@@ -19,7 +15,7 @@
     #pragma hdrstop
 #endif
 
-#if wxUSE_XML && wxUSE_XRC && wxUSE_TOGGLEBTN
+#if wxUSE_XRC && wxUSE_TOGGLEBTN
 
 #include "wx/xrc/xh_tglbtn.h"
 #include "wx/tglbtn.h"
@@ -55,4 +51,4 @@ bool wxToggleButtonXmlHandler::CanHandle(wxXmlNode *node)
     return IsOfClass(node, wxT("wxToggleButton"));
 }
 
-#endif // wxUSE_XML && wxUSE_XRC && wxUSE_TOGGLEBTN
+#endif // wxUSE_XRC && wxUSE_TOGGLEBTN