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:
@@ -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)
|
||||
|
Reference in New Issue
Block a user