]> git.saurik.com Git - wxWidgets.git/blobdiff - src/xrc/xh_stlin.cpp
Fix compilation in wxUSE_STL case broken by r69663.
[wxWidgets.git] / src / xrc / xh_stlin.cpp
index a3ee62202b8b9a0e769b1e0f2c24b701c69d0c95..3fdb95f8eabe7b14cc70e3a7f38f0a30e2a5318a 100644 (file)
@@ -1,5 +1,5 @@
 /////////////////////////////////////////////////////////////////////////////
-// Name:        xh_stbox.cpp
+// Name:        src/xrc/xh_stlin.cpp
 // Purpose:     XRC resource for wxStaticLine
 // Author:      Brian Gavin
 // Created:     2000/09/09
@@ -8,10 +8,6 @@
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
-#ifdef __GNUG__
-#pragma implementation "xh_stlin.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_STATLINE
+#if wxUSE_XRC && wxUSE_STATLINE
 
 #include "wx/xrc/xh_stlin.h"
 #include "wx/statline.h"
@@ -54,4 +50,4 @@ bool wxStaticLineXmlHandler::CanHandle(wxXmlNode *node)
     return IsOfClass(node, wxT("wxStaticLine"));
 }
 
-#endif // wxUSE_XML && wxUSE_XRC && wxUSE_STATLINE
+#endif // wxUSE_XRC && wxUSE_STATLINE