]> git.saurik.com Git - wxWidgets.git/commitdiff
Applied [ 827600 ] wxCalendarCtrl missing public
authorJulian Smart <julian@anthemion.co.uk>
Thu, 11 Dec 2003 09:52:02 +0000 (09:52 +0000)
committerJulian Smart <julian@anthemion.co.uk>
Thu, 11 Dec 2003 09:52:02 +0000 (09:52 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24748 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/generic/calctrl.h

index 79d3c132a02494f08bda27a1a5fca44f225679f1..f7d3d6abbca3479cc390cadb411204f8eeeb57e3 100644 (file)
@@ -242,10 +242,12 @@ private:
     // show the correct controls
     void ShowCurrentControls();
 
+public:
     // get the currently shown control for month/year
     wxControl *GetMonthControl() const;
     wxControl *GetYearControl() const;
 
+private:
     // OnPaint helper-methods
 
     // Highlight the [fromdate : todate] range using pen and brush