]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/notebook.h
use different strings for wchar_t and UTF-8-based Unicode builds
[wxWidgets.git] / include / wx / notebook.h
index 3522f9f3e256ffcb22370429f6cd86d95528bdae..5350a11b2692c251bea758f1aa5124dbfbd9d2ab 100644 (file)
@@ -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__)