(svn r22551) -Fix: Remove BaseStorageArrays from _changed_storage_arrays on destruction.
This commit is contained in:
@@ -20,8 +20,7 @@
|
||||
*/
|
||||
struct BaseStorageArray
|
||||
{
|
||||
/** The needed destructor */
|
||||
virtual ~BaseStorageArray() {}
|
||||
virtual ~BaseStorageArray();
|
||||
|
||||
/**
|
||||
* Clear the changes made since the last ClearChanges.
|
||||
|
Reference in New Issue
Block a user