]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/fs_mem.cpp
Updated list of subprojects.
[wxWidgets.git] / src / common / fs_mem.cpp
index ae176a802dcc2089b92d490632d3f986605cd60a..054cb609ef830437e0631b402d7b9425f39db7fa 100644 (file)
@@ -49,7 +49,7 @@ class MemFSHashObj : public wxObject
             InitTime();
         }
 
-        ~MemFSHashObj()
+        virtual ~MemFSHashObj()
         {
             delete[] m_Data;
         }