]> git.saurik.com Git - wxWidgets.git/commitdiff
Initialised static controls
authorJulian Smart <julian@anthemion.co.uk>
Tue, 24 Jun 2003 08:20:05 +0000 (08:20 +0000)
committerJulian Smart <julian@anthemion.co.uk>
Tue, 24 Jun 2003 08:20:05 +0000 (08:20 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21348 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

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;