projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Fix wx[Sorted]ArrayString::Index when wxUSE_STL=1, because
[wxWidgets.git]
/
src
/
common
/
datacmn.cpp
diff --git
a/src/common/datacmn.cpp
b/src/common/datacmn.cpp
index 7fc2803947cfb7c2f4349e5c16a8159ffb8506d7..4d985031a267afef0f3e36d3defc589c8cfa8bad 100644
(file)
--- a/
src/common/datacmn.cpp
+++ b/
src/common/datacmn.cpp
@@
-36,8
+36,6
@@
// Useful buffer, initialized in wxCommonInit
wxChar *wxBuffer = NULL;
-#if wxUSE_GUI
-
// Windows List
wxWindowList wxTopLevelWindows;
@@
-160,4
+158,3
@@
WXDLLEXPORT_DATA(const wxChar *) wxUserResourceStr = wxT("TEXT");
const wxSize wxDefaultSize(-1, -1);
const wxPoint wxDefaultPosition(-1, -1);
-#endif // wxUSE_GUI