]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/filesys.h
Fixed operator[] recursion
[wxWidgets.git] / include / wx / filesys.h
index dcb0dc85fcd586b53f30e05a0ae87d6a7684cd8f..f7147901859674b4334ec00ab0a4b63cd0fc446e 100644 (file)
@@ -160,7 +160,8 @@ protected:
 class WXDLLIMPEXP_BASE wxFileSystem : public wxObject
 {
 public:
-    wxFileSystem() : wxObject() {m_Path = m_LastName = wxEmptyString; m_Handlers.DeleteContents(TRUE); m_FindFileHandler = NULL;}
+    wxFileSystem() : wxObject() { m_FindFileHandler = NULL;}
+    virtual ~wxFileSystem() { }
 
     // sets the current location. Every call to OpenFile is
     // relative to this location.