]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/textfile.h
Doc and comment cleanup, fixes, tweaks
[wxWidgets.git] / interface / wx / textfile.h
index 55179ee8b648ea39ba0ccd7cc82a71ddf1d55cad..4d0158d7fb432c7cc1e6c1274e0e9d02f5caa1f2 100644 (file)
@@ -63,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.