projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Missing header
[wxWidgets.git]
/
src
/
mac
/
classic
/
radiobox.cpp
diff --git
a/src/mac/classic/radiobox.cpp
b/src/mac/classic/radiobox.cpp
index 35cba1fcbeaa9819b110dcfc81a5b4dcf368a3c0..e29ce47f4c25235b35656a4f2c8b7695d1018acb 100644
(file)
--- a/
src/mac/classic/radiobox.cpp
+++ b/
src/mac/classic/radiobox.cpp
@@
-21,9
+21,9
@@
#ifndef WX_PRECOMP
#include "wx/radiobut.h"
+ #include "wx/arrstr.h"
#endif
-#include "wx/arrstr.h"
#include "wx/mac/uma.h"
IMPLEMENT_DYNAMIC_CLASS(wxRadioBox, wxControl)