X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/6b81fbd8dea675793b4216b47677373d46a56a92..1a2c763ccb07b91a8c66ee89413901a18910d6d6:/include/wx/notebook.h diff --git a/include/wx/notebook.h b/include/wx/notebook.h index f94e516227..5a806798a4 100644 --- a/include/wx/notebook.h +++ b/include/wx/notebook.h @@ -54,7 +54,7 @@ enum typedef wxWindow wxNotebookPage; // so far, any window can be a page -extern WXDLLEXPORT_DATA(const wxChar) wxNotebookNameStr[]; +extern WXDLLEXPORT_DATA(const char) wxNotebookNameStr[]; // ---------------------------------------------------------------------------- // wxNotebookBase: define wxNotebook interface