commented OpenContainer usage
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39183 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -196,7 +196,11 @@ void wxHtmlWinParser::InitParser(const wxString& source)
|
|||||||
m_tmpLastWasSpace = false;
|
m_tmpLastWasSpace = false;
|
||||||
m_lastWordCell = NULL;
|
m_lastWordCell = NULL;
|
||||||
|
|
||||||
|
// open the toplevel container that contains everything else and that
|
||||||
|
// is never closed (this makes parser's life easier):
|
||||||
OpenContainer();
|
OpenContainer();
|
||||||
|
|
||||||
|
// then open the first container into which page's content will go:
|
||||||
OpenContainer();
|
OpenContainer();
|
||||||
|
|
||||||
#if !wxUSE_UNICODE
|
#if !wxUSE_UNICODE
|
||||||
|
Reference in New Issue
Block a user