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();
#include "wx/generic/notebook.h"
#elif defined(__WXGTK__)
#include "wx/gtk/notebook.h"
-#elif defined(__WXQT__)
- #include "wx/qt/notebook.h"
#elif defined(__WXMAC__)
#include "wx/mac/notebook.h"
#elif defined(__WXPM__)