]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/bookctrl.h
Use proper format in wxGTK clipboard selection handler.
[wxWidgets.git] / include / wx / bookctrl.h
index 163dd8efa080557af17b095e486f212ad68afb06..50087a252608a3042bb051708c62e3efbcf5a188 100644 (file)
@@ -95,7 +95,7 @@ public:
     virtual size_t GetPageCount() const { return m_pages.size(); }
 
     // get the panel which represents the given page
-    wxWindow *GetPage(size_t n) const { return m_pages[n]; }
+    virtual wxWindow *GetPage(size_t n) const { return m_pages[n]; }
 
     // get the current page or NULL if none
     wxWindow *GetCurrentPage() const