Bug #1012
ClassDef macro means destructor must be Virtual
Start date:
08 June 2012
Due date:
% Done:
100%
Estimated time:
Workflow:
New Issue
Description
I found out that the ClassDef macro puts virtual functions into the class ... so the destructor must be Virtual now. So we need Virtual destructors everywhere in DataStructure