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:
@@ -196,7 +196,8 @@ wxObject* wxHtmlWinParser::GetProduct()
|
|||||||
void wxHtmlWinParser::AddText(const wxChar* txt)
|
void wxHtmlWinParser::AddText(const wxChar* txt)
|
||||||
{
|
{
|
||||||
wxHtmlCell *c;
|
wxHtmlCell *c;
|
||||||
int i = 0, x, lng = wxStrlen(txt);
|
int i = 0, x;
|
||||||
|
size_t lng = wxStrlen(txt);
|
||||||
register wxChar d;
|
register wxChar d;
|
||||||
int templen = 0;
|
int templen = 0;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user