projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
sometimes unused parameter warnings are really worth paying attention to
[wxWidgets.git]
/
src
/
osx
/
carbon
/
checkbox.cpp
diff --git
a/src/osx/carbon/checkbox.cpp
b/src/osx/carbon/checkbox.cpp
index 982869b0aa036aeb7fea21f34bb419859da332ec..ccb5ab2afb9610a2c458adbd82c93e0165e23164 100644
(file)
--- a/
src/osx/carbon/checkbox.cpp
+++ b/
src/osx/carbon/checkbox.cpp
@@
-14,7
+14,7
@@
#if wxUSE_CHECKBOX
#include "wx/checkbox.h"
-#include "wx/
mac
/uma.h"
+#include "wx/
osx
/uma.h"
IMPLEMENT_DYNAMIC_CLASS(wxCheckBox, wxControl)