]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/txtstrm.h
Removed wxPG_EX_LEGACY_VALIDATORS
[wxWidgets.git] / interface / wx / txtstrm.h
index 89dd37741a7cb32c2e420b3661f32e597eee294f..46c364a4f24646acd321e2c0851d8c2e232e2056 100644 (file)
@@ -10,7 +10,6 @@
 
 /**
     @class wxTextInputStream
-    @wxheader{txtstrm.h}
 
     This class provides functions that reads text data using an input stream,
     allowing you to read text, floats, and integers.
@@ -194,7 +193,6 @@ typedef enum
 
 /**
     @class wxTextOutputStream
-    @wxheader{txtstrm.h}
 
     This class provides functions that write text data using an output stream,
     allowing you to write text, floats, and integers.
@@ -242,7 +240,7 @@ public:
 
         Also calls Flush().
     */
-    ~wxTextOutputStream();
+    virtual ~wxTextOutputStream();
 
     /**
         Flushes the stream.