X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/da86e1776517d2403a687de08947698f5a608219..dfb39a3727a85d0e075b10d9a9388be514d2f8e1:/src/xrc/xh_stlin.cpp?ds=sidebyside diff --git a/src/xrc/xh_stlin.cpp b/src/xrc/xh_stlin.cpp index a3ee62202b..4b7238c79a 100644 --- a/src/xrc/xh_stlin.cpp +++ b/src/xrc/xh_stlin.cpp @@ -1,17 +1,12 @@ ///////////////////////////////////////////////////////////////////////////// -// Name: xh_stbox.cpp +// Name: src/xrc/xh_stlin.cpp // Purpose: XRC resource for wxStaticLine // Author: Brian Gavin // Created: 2000/09/09 -// RCS-ID: $Id$ // Copyright: (c) 2000 Brian Gavin // 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 +14,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 +49,4 @@ bool wxStaticLineXmlHandler::CanHandle(wxXmlNode *node) return IsOfClass(node, wxT("wxStaticLine")); } -#endif // wxUSE_XML && wxUSE_XRC && wxUSE_STATLINE +#endif // wxUSE_XRC && wxUSE_STATLINE