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