projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
compilation fixes for generic TAB navigation after last commit
[wxWidgets.git]
/
src
/
common
/
fs_mem.cpp
diff --git
a/src/common/fs_mem.cpp
b/src/common/fs_mem.cpp
index ae176a802dcc2089b92d490632d3f986605cd60a..054cb609ef830437e0631b402d7b9425f39db7fa 100644
(file)
--- 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;
}