X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e2c4ccaf8a7f03658a29ec4f4f2b71c95827e4ff..00e3ea1c6f5e52509f52e427a8aaae3ffb534f88:/interface/wx/textfile.h?ds=sidebyside diff --git a/interface/wx/textfile.h b/interface/wx/textfile.h index 101b9debb1..044dc9529e 100644 --- a/interface/wx/textfile.h +++ b/interface/wx/textfile.h @@ -106,7 +106,7 @@ public: It will fail if the file already exists, Open() should be used in this case. */ - bool Create() const; + bool Create(); /** Creates the file with the given name. @@ -114,7 +114,7 @@ public: It will fail if the file already exists, Open() should be used in this case. */ - bool Create(const wxString& strFile) const; + bool Create(const wxString& strFile); /** Returns @true if the current line is the last one.