X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/3a818b15a1887257cc9f7bca82ae69c7ab014fbc..b67e8d38b6dd7652ba4c73c7df7571d5148c087a:/include/wx/notebook.h diff --git a/include/wx/notebook.h b/include/wx/notebook.h index d29d1a32e1..4264acdf56 100644 --- a/include/wx/notebook.h +++ b/include/wx/notebook.h @@ -148,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