wxUSE_XRC implies wxUSE_XML now
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29272 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
#pragma hdrstop
|
||||
#endif
|
||||
|
||||
#if wxUSE_XML && wxUSE_XRC && wxUSE_STATUSBAR
|
||||
#if wxUSE_XRC && wxUSE_STATUSBAR
|
||||
|
||||
#include "wx/frame.h"
|
||||
#include "wx/string.h"
|
||||
@@ -105,5 +105,5 @@ bool wxStatusBarXmlHandler::CanHandle(wxXmlNode *node)
|
||||
return IsOfClass(node, wxT("wxStatusBar"));
|
||||
}
|
||||
|
||||
#endif // wxUSE_XML && wxUSE_XRC && wxUSE_STATUSBAR
|
||||
#endif // wxUSE_XRC && wxUSE_STATUSBAR
|
||||
|
||||
|
Reference in New Issue
Block a user