fixing rti

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@66572 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Stefan Csomor
2011-01-04 14:09:41 +00:00
parent 50fa616c35
commit 72259abb8a
2 changed files with 10 additions and 0 deletions

View File

@@ -47,6 +47,12 @@
// wxWin macros
// ----------------------------------------------------------------------------
#if wxHAS_NATIVE_CALENDARCTRL
IMPLEMENT_DYNAMIC_CLASS_XTI(wxGenericCalendarCtrl, wxControl,"wx/calctrl.h")
#endif
BEGIN_EVENT_TABLE(wxGenericCalendarCtrl, wxControl)
EVT_PAINT(wxGenericCalendarCtrl::OnPaint)