forked from mirror/openmw-tes3mp
make dtor virtual
This commit is contained in:
parent
acc8432705
commit
3262f8d774
1 changed files with 1 additions and 1 deletions
|
@ -177,7 +177,7 @@ namespace CSVWorld
|
|||
EditWidget (QWidget *parent, int row, CSMWorld::IdTable* table,
|
||||
QUndoStack& undoStack, bool createAndDelete = false);
|
||||
|
||||
~EditWidget();
|
||||
virtual ~EditWidget();
|
||||
|
||||
void remake(int row);
|
||||
|
||||
|
|
Loading…
Reference in a new issue