X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/02161c7c81e12685d04a1f73e714ca52ad858f6c..21638402ef6d1f358bd51bcd1891f687b6bd0032:/samples/notebook/notebook.h diff --git a/samples/notebook/notebook.h b/samples/notebook/notebook.h index 777ba33404..1eac27735d 100644 --- a/samples/notebook/notebook.h +++ b/samples/notebook/notebook.h @@ -60,7 +60,7 @@ public: void OnIdle(wxIdleEvent& event); - wxBookCtrl *GetCurrentBook(); + wxBookCtrlBase *GetCurrentBook(); private: wxLog *m_logTargetOld;