X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/6b81fbd8dea675793b4216b47677373d46a56a92..f8b13b5868b380ba53a0c030d6349f72dc4a9fae:/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