Make the destructor virtual.
(I thought I'd slip this in along with David's change to the default menu configure option. I believe that will cause a new config.h to be generated which will cause a near complete rebuild of FG (as will this globals.hxx change) so it shouldn't cause additional grief to have these happen at the same time.)
This commit is contained in:
parent
4226eab6bd
commit
d8f4bfa9ae
1 changed files with 1 additions and 1 deletions
|
@ -177,7 +177,7 @@ private:
|
|||
public:
|
||||
|
||||
FGGlobals();
|
||||
~FGGlobals();
|
||||
virtual ~FGGlobals();
|
||||
|
||||
virtual FGSubsystemMgr * get_subsystem_mgr () const;
|
||||
|
||||
|
|
Loading…
Reference in a new issue