}
// 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
wxMBConv& conv = wxConvUTF8);
// dtor
- virtual ~wxTextBuffer(){};
+ virtual ~wxTextBuffer();
protected:
// ctors