projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
more woodoo in DoGetBestSize() to get rid of tree borders for default-sizes controls
[wxWidgets.git]
/
src
/
xrc
/
xh_wizrd.cpp
diff --git
a/src/xrc/xh_wizrd.cpp
b/src/xrc/xh_wizrd.cpp
index fd49ef89f75b0ad4f9e723c97d74ea905c5dc2ff..6efb06635a50f5d16397091b547e1b8ba86d3a87 100644
(file)
--- a/
src/xrc/xh_wizrd.cpp
+++ b/
src/xrc/xh_wizrd.cpp
@@
-1,5
+1,5
@@
/////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////
-// Name: xh_wizrd.cpp
+// Name:
src/xrc/
xh_wizrd.cpp
// Purpose: XRC resource for wxWizard
// Author: Vaclav Slavik
// Created: 2003/03/01
// Purpose: XRC resource for wxWizard
// Author: Vaclav Slavik
// Created: 2003/03/01
@@
-18,7
+18,11
@@
#if wxUSE_XRC && wxUSE_WIZARDDLG
#include "wx/xrc/xh_wizrd.h"
#if wxUSE_XRC && wxUSE_WIZARDDLG
#include "wx/xrc/xh_wizrd.h"
-#include "wx/log.h"
+
+#ifndef WX_PRECOMP
+ #include "wx/log.h"
+#endif
+
#include "wx/wizard.h"
IMPLEMENT_DYNAMIC_CLASS(wxWizardXmlHandler, wxXmlResourceHandler)
#include "wx/wizard.h"
IMPLEMENT_DYNAMIC_CLASS(wxWizardXmlHandler, wxXmlResourceHandler)