clear m_aTypes array in Clear() as well (patch 1165866)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32989 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -157,7 +157,7 @@ public:
|
||||
}
|
||||
|
||||
// remove all lines
|
||||
void Clear() { m_aLines.clear(); m_nCurLine = 0; }
|
||||
void Clear() { m_aLines.clear(); m_aTypes.clear(); m_nCurLine = 0; }
|
||||
|
||||
// change the buffer (default argument means "don't change type")
|
||||
// possibly in another format
|
||||
|
Reference in New Issue
Block a user