X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/07b8d7ecc39cfc6cce17156b91c6de1cfb56ce5b..765624f7350bf32b1c78a10ab1a1e10729c52cd1:/include/wx/notebook.h diff --git a/include/wx/notebook.h b/include/wx/notebook.h index ac8e965466..0a05ec9120 100644 --- a/include/wx/notebook.h +++ b/include/wx/notebook.h @@ -155,7 +155,7 @@ public: protected: // remove the page and return a pointer to it - virtual wxNotebookPage *DoRemovePage(int page) = 0; + virtual wxNotebookPage *DoRemovePage(int page); // common part of all ctors void Init();