projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
use consistent names (Graphic vs. Graphics)
[wxWidgets.git]
/
src
/
palmos
/
checkbox.cpp
diff --git
a/src/palmos/checkbox.cpp
b/src/palmos/checkbox.cpp
index 75e98f33bed2378961b0df8b8b100c6128dafcf3..1e1d14d9253aa367c2714c1fe1117d30ed0d7d65 100644
(file)
--- a/
src/palmos/checkbox.cpp
+++ b/
src/palmos/checkbox.cpp
@@
-26,8
+26,9
@@
#if wxUSE_CHECKBOX
+#include "wx/checkbox.h"
+
#ifndef WX_PRECOMP
- #include "wx/checkbox.h"
#include "wx/brush.h"
#include "wx/dcscreen.h"
#include "wx/settings.h"