X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ae3c17b4013e80b99976c750c19fca47729517f6..6b03a638a437316e47f02a896d3ad664d59c6ddb:/interface/wx/textfile.h diff --git a/interface/wx/textfile.h b/interface/wx/textfile.h index ca8b2d8da1..4d0158d7fb 100644 --- a/interface/wx/textfile.h +++ b/interface/wx/textfile.h @@ -8,7 +8,6 @@ /** @class wxTextFile - @wxheader{textfile.h} The wxTextFile is a simple class which allows to work with text files on line by line basis. It also understands the differences in line termination characters @@ -64,12 +63,12 @@ public: /** Constructor does not load the file into memory, use Open() to do it. */ - wxTextFile(const wxString& strFile) const; + wxTextFile(const wxString& strFile); /** Destructor does nothing. */ - ~wxTextFile() const; + virtual ~wxTextFile(); /** Adds a line to the end of file.