mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-02-01 20:15:33 +00:00
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,
|
EditWidget (QWidget *parent, int row, CSMWorld::IdTable* table,
|
||||||
QUndoStack& undoStack, bool createAndDelete = false);
|
QUndoStack& undoStack, bool createAndDelete = false);
|
||||||
|
|
||||||
~EditWidget();
|
virtual ~EditWidget();
|
||||||
|
|
||||||
void remake(int row);
|
void remake(int row);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue