]> git.saurik.com Git - wxWidgets.git/blobdiff - src/generic/calctrl.cpp
removed static methods from wxAppTraitsBase, this doesn't work well in non-monolithic...
[wxWidgets.git] / src / generic / calctrl.cpp
index bf61e814056db670d06e4c0115ef682995c27006..64d9ec719c4cab54b500e43d675006e292ed319d 100644 (file)
@@ -179,6 +179,8 @@ void wxCalendarCtrl::Init()
 {
     m_comboMonth = NULL;
     m_spinYear = NULL;
+    m_staticYear = NULL;
+    m_staticMonth = NULL;
 
     m_userChangedYear = FALSE;