projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
use wxGTK_CONV instead of directly using wxConvLocal (simplifies code avoiding needle...
[wxWidgets.git]
/
src
/
palmos
/
datectrl.cpp
diff --git
a/src/palmos/datectrl.cpp
b/src/palmos/datectrl.cpp
index 88206bc61b12085718430c899b28b81c4fd5d7ad..ca11de84dacdeccaa560c646a093635be6693bff 100644
(file)
--- a/
src/palmos/datectrl.cpp
+++ b/
src/palmos/datectrl.cpp
@@
-36,6
+36,9
@@
#define _WX_DEFINE_DATE_EVENTS_
#include "wx/dateevt.h"
+#include <Control.h>
+#include <SelDay.h>
+
IMPLEMENT_DYNAMIC_CLASS(wxDatePickerCtrl, wxControl)
// ============================================================================