projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
update GTK size hints when window decorations change
[wxWidgets.git]
/
src
/
xrc
/
xh_stlin.cpp
diff --git
a/src/xrc/xh_stlin.cpp
b/src/xrc/xh_stlin.cpp
index a3ee62202b8b9a0e769b1e0f2c24b701c69d0c95..4db3dc7c89a744dcb693fd4a0f73370bc662c860 100644
(file)
--- a/
src/xrc/xh_stlin.cpp
+++ b/
src/xrc/xh_stlin.cpp
@@
-8,10
+8,6
@@
// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
-#ifdef __GNUG__
-#pragma implementation "xh_stlin.h"
-#endif
-
// For compilers that support precompilation, includes "wx.h".
#include "wx/wxprec.h"
// For compilers that support precompilation, includes "wx.h".
#include "wx/wxprec.h"
@@
-19,7
+15,7
@@
#pragma hdrstop
#endif
#pragma hdrstop
#endif
-#if wxUSE_X
ML && wxUSE_X
RC && wxUSE_STATLINE
+#if wxUSE_XRC && wxUSE_STATLINE
#include "wx/xrc/xh_stlin.h"
#include "wx/statline.h"
#include "wx/xrc/xh_stlin.h"
#include "wx/statline.h"
@@
-54,4
+50,4
@@
bool wxStaticLineXmlHandler::CanHandle(wxXmlNode *node)
return IsOfClass(node, wxT("wxStaticLine"));
}
return IsOfClass(node, wxT("wxStaticLine"));
}
-#endif // wxUSE_X
ML && wxUSE_X
RC && wxUSE_STATLINE
+#endif // wxUSE_XRC && wxUSE_STATLINE