]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/generic/calctrlg.h
no changes, just remove #if'd out code
[wxWidgets.git] / include / wx / generic / calctrlg.h
index fb85631c50058fcf6256fe6284afb53f82a0da58..0e97ee085491fe6b19d48ea88f616ea7604d7062 100644 (file)
@@ -282,7 +282,8 @@ private:
     // the width and height of one column/row in the calendar
     wxCoord m_widthCol,
             m_heightRow,
-            m_rowOffset;
+            m_rowOffset,
+            m_calendarWeekWidth;
 
     wxRect m_leftArrowRect,
            m_rightArrowRect;
@@ -296,7 +297,7 @@ private:
 
     DECLARE_DYNAMIC_CLASS(wxGenericCalendarCtrl)
     DECLARE_EVENT_TABLE()
-    DECLARE_NO_COPY_CLASS(wxGenericCalendarCtrl)
+    wxDECLARE_NO_COPY_CLASS(wxGenericCalendarCtrl);
 };
 
 #endif // _WX_GENERIC_CALCTRLG_H