X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/830f8f11bca5c0892ae767ba14790c8b5b59011f..6f3f9b50aa275243ade3541ecccb95de22cf57a9:/include/wx/textbuf.h diff --git a/include/wx/textbuf.h b/include/wx/textbuf.h index f768a56324..fae3b12095 100644 --- a/include/wx/textbuf.h +++ b/include/wx/textbuf.h @@ -132,7 +132,7 @@ public: wxTextFileType GuessType() const; // get the name of the buffer - const wxChar *GetName() const { return m_strBufferName.c_str(); } + const wxString& GetName() const { return m_strBufferName; } // add/remove lines // ----------------