X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/bd507486e07b742bb7acb118811efd60ee027859..af51080d149236d28af5484096a1b5eda43b5ae0:/include/wx/notebook.h diff --git a/include/wx/notebook.h b/include/wx/notebook.h index ef5419d807..4264acdf56 100644 --- a/include/wx/notebook.h +++ b/include/wx/notebook.h @@ -86,7 +86,6 @@ public: // implement some base class functions virtual wxSize CalcSizeFromPage(const wxSize& sizePage) const; - virtual bool CanApplyParentThemeBackground() const { return true; } protected: DECLARE_NO_COPY_CLASS(wxNotebookBase) @@ -149,7 +148,7 @@ typedef void (wxEvtHandler::*wxNotebookEventFunction)(wxNotebookEvent&); #elif defined(__WXMAC__) #include "wx/mac/notebook.h" #elif defined(__WXCOCOA__) - #include "wx/generic/notebook.h" + #include "wx/cocoa/notebook.h" #elif defined(__WXPM__) #include "wx/os2/notebook.h" #endif