From 0b75b49b6011afdd1331334a49ab66a569f72f97 Mon Sep 17 00:00:00 2001 From: =?utf8?q?V=C3=A1clav=20Slav=C3=ADk?= Date: Tue, 18 Jan 2000 09:36:10 +0000 Subject: [PATCH] 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 --- include/wx/html/helpdata.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- 2.50.0