]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/notebook/notebook.h
Fix for Bug 1097510, reset m_selectionOld when the value changes
[wxWidgets.git] / samples / notebook / notebook.h
index 777ba33404920dcee3f5fbf7603b3040253adde9..1eac27735da8fed2e8e2d536b1592e459464d00e 100644 (file)
@@ -60,7 +60,7 @@ public:
 
     void OnIdle(wxIdleEvent& event);
 
-    wxBookCtrl *GetCurrentBook();
+    wxBookCtrlBase *GetCurrentBook();
 
 private:
     wxLog *m_logTargetOld;