(svn r22551) -Fix: Remove BaseStorageArrays from _changed_storage_arrays on destruction.

This commit is contained in:
frosch
2011-06-11 20:40:46 +00:00
parent 86f931a065
commit b2275b4093
2 changed files with 9 additions and 2 deletions

View File

@@ -20,8 +20,7 @@
*/
struct BaseStorageArray
{
/** The needed destructor */
virtual ~BaseStorageArray() {}
virtual ~BaseStorageArray();
/**
* Clear the changes made since the last ClearChanges.