X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/22f3361e1cf25c52a2da8fdfc5cb081809e18fb9..66f8b9ace213e02e184460e0c1a212cacea27edd:/include/wx/notebook.h diff --git a/include/wx/notebook.h b/include/wx/notebook.h index 0afe7a1f8b..eb2b8af14e 100644 --- a/include/wx/notebook.h +++ b/include/wx/notebook.h @@ -276,10 +276,10 @@ typedef void (wxEvtHandler::*wxNotebookEventFunction)(wxNotebookEvent&); #include "wx/gtk/notebook.h" #elif defined(__WXMAC__) #include "wx/mac/notebook.h" +#elif defined(__WXCOCOA__) + #include "wx/generic/notebook.h" #elif defined(__WXPM__) #include "wx/os2/notebook.h" -#elif defined(__WXSTUBS__) - #include "wx/stubs/notebook.h" #endif #endif // wxUSE_NOTEBOOK