projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Compile fix for OS X 10.2
[wxWidgets.git]
/
src
/
mac
/
carbon
/
radiobox.cpp
diff --git
a/src/mac/carbon/radiobox.cpp
b/src/mac/carbon/radiobox.cpp
index fb9a2b6efc0693a1760f651ed4f4ae97d133a1a6..102bc58cbc531e1445ba4c7cc67fe0d02ea567db 100644
(file)
--- a/
src/mac/carbon/radiobox.cpp
+++ b/
src/mac/carbon/radiobox.cpp
@@
-17,9
+17,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)