]> git.saurik.com Git - wxWidgets.git/commitdiff
remove the unnecessary non-const GetPage() overload
authorVadim Zeitlin <vadim@wxwidgets.org>
Tue, 22 Jan 2008 19:31:10 +0000 (19:31 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Tue, 22 Jan 2008 19:31:10 +0000 (19:31 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@51338 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/bookctrl.h

index 60ceefc8554bbef470ba25280bb2ac1790a58dab..f791d2550af972bdad609f4e0291e2930d04fd89 100644 (file)
@@ -96,7 +96,6 @@ public:
     virtual size_t GetPageCount() const { return m_pages.size(); }
 
     // get the panel which represents the given page
-    wxWindow *GetPage(size_t n) { return m_pages[n]; }
     wxWindow *GetPage(size_t n) const { return m_pages[n]; }
 
     // get the current page or NULL if none