fixed VC++ compilation warnings in optimized build

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14007 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2002-02-05 00:01:17 +00:00
parent 70b7bcd121
commit 2c892c0b0c

View File

@@ -201,11 +201,11 @@ wxFSFile *wxHtmlWinParser::OpenURL(wxHtmlURLType type,
if ( status == wxHTML_BLOCK )
return NULL;
else
return GetFS()->OpenFile(myurl);
return GetFS()->OpenFile(myurl);
}
else
return wxHtmlParser::OpenURL(type, url);
return wxHtmlParser::OpenURL(type, url);
}
void wxHtmlWinParser::AddText(const wxChar* txt)