projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
added GetForbiddenChars() and TRUE -> true (patch 757777)
[wxWidgets.git]
/
contrib
/
src
/
ogl
/
constrnt.cpp
diff --git
a/contrib/src/ogl/constrnt.cpp
b/contrib/src/ogl/constrnt.cpp
index 354cac46d84721044f9fff3f8de2da70a30470f3..f62585c9314230d1bc5f16c8c09c6a09ef622328 100644
(file)
--- a/
contrib/src/ogl/constrnt.cpp
+++ b/
contrib/src/ogl/constrnt.cpp
@@
-24,7
+24,9
@@
#include <wx/wx.h>
#endif
-#include <wx/wxexpr.h>
+#if wxUSE_DEPRECATED
+#include <wx/deprecated/wxexpr.h>
+#endif
#include <wx/ogl/basic.h>
#include <wx/ogl/constrnt.h>