fixed   handling in wxHtmlWinParser, broken by TAB-handling changes (bug #1957041)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@53457 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Václav Slavík
2008-05-05 10:53:58 +00:00
parent af11165bd2
commit 0d00401fba
2 changed files with 11 additions and 10 deletions

View File

@@ -161,7 +161,7 @@ protected:
virtual void AddText(const wxChar* txt);
private:
void FlushWordBuf(wxChar *temp, int& templen);
void FlushWordBuf(wxChar *temp, int& templen, wxChar nbsp);
void AddWord(wxHtmlWordCell *c);
void AddWord(const wxString& word);
void AddPreBlock(const wxString& text);