X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/830f8f11bca5c0892ae767ba14790c8b5b59011f..eb83d250fcff394c282cc2f6b2bd98fe1b2e9f23:/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 // ----------------