X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/d5bb85a0a4f28df1b966481de9a320806bbb1471..0b5d3315b3b96091c326f718d7e1f627e731eb38:/include/wx/html/helpdata.h?ds=sidebyside diff --git a/include/wx/html/helpdata.h b/include/wx/html/helpdata.h index 02214510c9..0d842ed2ec 100644 --- a/include/wx/html/helpdata.h +++ b/include/wx/html/helpdata.h @@ -69,8 +69,8 @@ typedef struct { short int m_Level; int m_ID; - char* m_Name; - char* m_Page; + wxChar* m_Name; + wxChar* m_Page; wxHtmlBookRecord *m_Book; } wxHtmlContentsItem; @@ -83,7 +83,7 @@ wxHtmlContentsItem; class WXDLLEXPORT wxSearchEngine : public wxObject { private: - char *m_Keyword; + wxChar *m_Keyword; public: wxSearchEngine() : wxObject() {m_Keyword = NULL; }