Changed: CNelExport destructor now virtual like parent's one
--HG-- branch : develop
This commit is contained in:
parent
c41b20c9e9
commit
31a7e3a90d
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ public:
|
||||||
|
|
||||||
CNelExport ();
|
CNelExport ();
|
||||||
|
|
||||||
~CNelExport();
|
virtual ~CNelExport();
|
||||||
|
|
||||||
void init (bool view, bool errorInDialog, Interface *ip, bool loadStruct);
|
void init (bool view, bool errorInDialog, Interface *ip, bool loadStruct);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue