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