projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
allow adjusting the combo button size (patch 1489452)
[wxWidgets.git]
/
src
/
motif
/
radiobox.cpp
diff --git
a/src/motif/radiobox.cpp
b/src/motif/radiobox.cpp
index 2761725f12dc09fa0afff148fff8a6d107f35f52..09b06715d1f81937d6003d77006dfdc1ca395db1 100644
(file)
--- a/
src/motif/radiobox.cpp
+++ b/
src/motif/radiobox.cpp
@@
-19,7
+19,11
@@
#endif
#include "wx/radiobox.h"
-#include "wx/utils.h"
+
+#ifndef WX_PRECOMP
+ #include "wx/utils.h"
+#endif
+
#include "wx/arrstr.h"
#ifdef __VMS__