]> git.saurik.com Git - wxWidgets.git/blobdiff - src/generic/calctrlg.cpp
remove always-true tests of unsigned >= 0
[wxWidgets.git] / src / generic / calctrlg.cpp
index 3bb4170e5f52bb4f7edcf11b110ed5c2714ec20a..bd6776ec806b98af2fb80d5aa4ae5a36c92015dc 100644 (file)
 // wxWin macros
 // ----------------------------------------------------------------------------
 
+#ifdef wxHAS_NATIVE_CALENDARCTRL
+
+wxIMPLEMENT_DYNAMIC_CLASS_XTI(wxGenericCalendarCtrl, wxControl,"wx/calctrl.h")
+
+#endif
+
 BEGIN_EVENT_TABLE(wxGenericCalendarCtrl, wxControl)
     EVT_PAINT(wxGenericCalendarCtrl::OnPaint)