fixed a warning and detabified
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11119 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
f7ba097de4
commit
3c8c8da2aa
@ -196,7 +196,8 @@ wxObject* wxHtmlWinParser::GetProduct()
|
||||
void wxHtmlWinParser::AddText(const wxChar* txt)
|
||||
{
|
||||
wxHtmlCell *c;
|
||||
int i = 0, x, lng = wxStrlen(txt);
|
||||
int i = 0, x;
|
||||
size_t lng = wxStrlen(txt);
|
||||
register wxChar d;
|
||||
int templen = 0;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user