]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/html/helpdata.h
Well, can't hurt to do some char -> wxChar, though wxHTML may not work
[wxWidgets.git] / include / wx / html / helpdata.h
index 02214510c9070858e4847361d987140e5e1639be..0d842ed2ecb4e16aad14b8ab8c50ddf7978a3719 100644 (file)
@@ -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; }