projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Fix warning for unknown menu stock id.
[wxWidgets.git]
/
src
/
common
/
xti.cpp
diff --git
a/src/common/xti.cpp
b/src/common/xti.cpp
index 79f840c25874096cc082210ce4daf688639cb817..04e166170d9afd69820157e0e885f74b974ae8ff 100644
(file)
--- a/
src/common/xti.cpp
+++ b/
src/common/xti.cpp
@@
-21,13
+21,13
@@
#ifndef WX_PRECOMP
#include "wx/object.h"
+ #include "wx/list.h"
#include "wx/hash.h"
#endif
#include "wx/xti.h"
#include "wx/xml/xml.h"
#include "wx/tokenzr.h"
-#include "wx/list.h"
#include <string.h>
#include "wx/beforestd.h"