]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/file.h
Added variant.h/cpp; changed variable names in object.h; added some
[wxWidgets.git] / include / wx / file.h
index 31c2aa6699a88685ce1f2213584a467db24fce6f..ede2b55b170117bfca1b49f5675bb31206333519 100644 (file)
@@ -120,7 +120,7 @@ public:
   bool Error() const { return m_error; }
 
   // dtor closes the file if opened
-  virtual ~wxFile(); // Temporally virtual because of wxFileStream: I'll change back in a near future.
+  ~wxFile();
 
 private:
   // copy ctor and assignment operator are private because