1
0
Fork 0

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:
curt 2003-01-18 19:40:28 +00:00
parent 4226eab6bd
commit d8f4bfa9ae

View file

@ -177,7 +177,7 @@ private:
public: public:
FGGlobals(); FGGlobals();
~FGGlobals(); virtual ~FGGlobals();
virtual FGSubsystemMgr * get_subsystem_mgr () const; virtual FGSubsystemMgr * get_subsystem_mgr () const;