projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
correct the REDIRECT_COMMAND definition for Unix
[wxWidgets.git]
/
src
/
xrc
/
xh_panel.cpp
diff --git
a/src/xrc/xh_panel.cpp
b/src/xrc/xh_panel.cpp
index 6247d0600c354904404b08f7017297c335a81bca..04a21ddfbd9b2bf21099321ae0770b9c6ee00357 100644
(file)
--- a/
src/xrc/xh_panel.cpp
+++ b/
src/xrc/xh_panel.cpp
@@
-18,8
+18,11
@@
#if wxUSE_XRC
#include "wx/xrc/xh_panel.h"
-#include "wx/panel.h"
-#include "wx/frame.h"
+
+#ifndef WX_PRECOMP
+ #include "wx/panel.h"
+ #include "wx/frame.h"
+#endif
IMPLEMENT_DYNAMIC_CLASS(wxPanelXmlHandler, wxXmlResourceHandler)