Ensure dtor is virtual
This commit is contained in:
parent
18c0613762
commit
e60d131a4e
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ private:
|
||||||
|
|
||||||
public:
|
public:
|
||||||
FGATCManager();
|
FGATCManager();
|
||||||
~FGATCManager();
|
virtual ~FGATCManager();
|
||||||
|
|
||||||
// Subsystem API.
|
// Subsystem API.
|
||||||
void postinit() override;
|
void postinit() override;
|
||||||
|
|
Loading…
Add table
Reference in a new issue