projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
fix for VC++ warnings about missing macro arguments
[wxWidgets.git]
/
include
/
wx
/
xrc
/
xh_all.h
diff --git
a/include/wx/xrc/xh_all.h
b/include/wx/xrc/xh_all.h
index 5382b6ffb0808dad57eb979edbaba641efcadfdb..51ccbf3533ff7d3b8c8f6fac8dd35efe6ef5e9be 100644
(file)
--- a/
include/wx/xrc/xh_all.h
+++ b/
include/wx/xrc/xh_all.h
@@
-46,5
+46,8
@@
#include "wx/xrc/xh_unkwn.h"
#include "wx/xrc/xh_gdctl.h"
#include "wx/xrc/xh_frame.h"
+#include "wx/xrc/xh_scwin.h"
+#include "wx/xrc/xh_split.h"
+#include "wx/xrc/xh_wizrd.h"
#endif // _WX_XMLRES_H_