X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/155ecd4c4221d3bbc7aa93d472d11948f21d21ab..0cdd04ad993f86710bc5c9d9c8c12ec25a34ac71:/src/common/fs_mem.cpp?ds=inline diff --git a/src/common/fs_mem.cpp b/src/common/fs_mem.cpp index ae176a802d..054cb609ef 100644 --- a/src/common/fs_mem.cpp +++ b/src/common/fs_mem.cpp @@ -49,7 +49,7 @@ class MemFSHashObj : public wxObject InitTime(); } - ~MemFSHashObj() + virtual ~MemFSHashObj() { delete[] m_Data; }