Well, can't hurt to do some char -> wxChar, though wxHTML may not work
in Unicode mode quite yet... git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4249 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -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; }
|
||||
|
Reference in New Issue
Block a user