X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/53a2db124c633f80bdb16336084262037d879a2c..a74deb88184cfdf0e7c535312b163daea3a9f64e:/include/wx/notebook.h diff --git a/include/wx/notebook.h b/include/wx/notebook.h index 3522f9f3e2..5350a11b26 100644 --- a/include/wx/notebook.h +++ b/include/wx/notebook.h @@ -167,7 +167,7 @@ typedef void (wxEvtHandler::*wxNotebookEventFunction)(wxNotebookEvent&); #elif defined(__WXGTK__) #include "wx/gtk1/notebook.h" #elif defined(__WXMAC__) - #include "wx/mac/notebook.h" + #include "wx/osx/notebook.h" #elif defined(__WXCOCOA__) #include "wx/cocoa/notebook.h" #elif defined(__WXPM__)