From: Václav Slavík Date: Tue, 18 Jan 2000 09:36:10 +0000 (+0000) Subject: m_LastPage changed to wxChar*, forgot to commit X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/0b75b49b6011afdd1331334a49ab66a569f72f97?ds=inline m_LastPage changed to wxChar*, forgot to commit git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5495 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/html/helpdata.h b/include/wx/html/helpdata.h index 5593fa72c9..d2ceab174f 100644 --- a/include/wx/html/helpdata.h +++ b/include/wx/html/helpdata.h @@ -124,7 +124,8 @@ class WXDLLEXPORT wxHtmlSearchStatus private: wxHtmlHelpData* m_Data; wxSearchEngine m_Engine; - wxString m_Keyword, m_Name, m_LastPage; + wxString m_Keyword, m_Name; + wxChar *m_LastPage; wxHtmlContentsItem* m_ContentsItem; bool m_Active; // search is not finished int m_CurIndex; // where we are now