projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
fix warnings about hiding virtual wxGraphicsContext::DrawText() overloads by using...
[wxWidgets.git]
/
src
/
palmos
/
statbrpalm.cpp
diff --git
a/src/palmos/statbrpalm.cpp
b/src/palmos/statbrpalm.cpp
index 679433f1b9940cca61deb2fa97c09693ec7df472..62c8d6615ee146e59c0e57ce9609b5860336ce81 100644
(file)
--- a/
src/palmos/statbrpalm.cpp
+++ b/
src/palmos/statbrpalm.cpp
@@
-28,7
+28,11
@@
#include "wx/log.h"
#endif
-#include <StatusBar.h>
+#ifdef __WXPALMOS6__
+ #include <StatusBar.h>
+#else
+ #include <PenInputMgr.h>
+#endif // __WXPALMOS6__
// ----------------------------------------------------------------------------
// macros