* wxFileInputStream and wxFileOutputStream doesn't inherit anymore from wxFile.

* The destructor of wxFile isn't anymore virtual.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@669 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Guilhem Lavaux
1998-09-04 17:32:11 +00:00
parent f05df5a85a
commit 25c70b07e6
3 changed files with 53 additions and 21 deletions

View 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