X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/0bcd741653d6aa65f79622b28e6c1382fd314fab..70024cfb08196f1e154b03fec3ba1b4368ab9f36:/include/wx/textbuf.h diff --git a/include/wx/textbuf.h b/include/wx/textbuf.h index 79e27e1799..71a72d4c70 100644 --- a/include/wx/textbuf.h +++ b/include/wx/textbuf.h @@ -147,7 +147,7 @@ public: // remove all lines void Clear() { m_aLines.Clear(); m_nCurLine = 0; } - + // change the buffer (default argument means "don't change type") // possibly in another format bool Write(wxTextFileType typeNew = wxTextFileType_None, @@ -161,7 +161,7 @@ protected: // ----- // default ctor, use Open(string) - wxTextBuffer() { } + wxTextBuffer() { m_isOpened = false; } // ctor from filename wxTextBuffer(const wxString& strBufferName);