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
This commit is contained in:
parent
491ea6fa20
commit
0b75b49b60
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user