projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
fix build errors deriving from making wxColourData members private
[wxWidgets.git]
/
src
/
mgl
/
data.cpp
diff --git
a/src/mgl/data.cpp
b/src/mgl/data.cpp
index 1fb6225976e92d9c700333a3528f17f8741650d9..ef34e4118d38a9e70ff177b1be5860dd123c1afe 100644
(file)
--- a/
src/mgl/data.cpp
+++ b/
src/mgl/data.cpp
@@
-14,7
+14,9
@@
#pragma hdrstop
#endif
-#include "wx/cursor.h"
+#ifndef WX_PRECOMP
+ #include "wx/cursor.h"
+#endif
/* Current cursor, in order to hang on to
* cursor handle when setting the cursor globally */