projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
set m_error correctly (patch 1249848)
[wxWidgets.git]
/
src
/
cocoa
/
radiobut.mm
diff --git
a/src/cocoa/radiobut.mm
b/src/cocoa/radiobut.mm
index 4962d81f45abee5d79fa7a0b8ec25513b1d58fef..2384a73787750df9f8cd6db4c53617e357516159 100644
(file)
--- a/
src/cocoa/radiobut.mm
+++ b/
src/cocoa/radiobut.mm
@@
-10,6
+10,9
@@
/////////////////////////////////////////////////////////////////////////////
#include "wx/wxprec.h"
+
+#if wxUSE_RADIOBTN
+
#ifndef WX_PRECOMP
#include "wx/log.h"
#include "wx/app.h"
@@
-158,3
+161,4
@@
void wxRadioButton::Cocoa_wxNSButtonAction(void)
Command(event);
}
+#endif