X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FFDM%2Ffdm_shell.hxx;h=3979067e1a247a657491bffd0722de2aeedf256f;hb=d5c56cdffabf0a273fb03c220349bd64f8e6c80a;hp=293796c7676995887ef95529a629729d37ff3291;hpb=5b8ab277fdafaa8e14679434205d8b60fafdccc9;p=flightgear.git diff --git a/src/FDM/fdm_shell.hxx b/src/FDM/fdm_shell.hxx index 293796c76..3979067e1 100644 --- a/src/FDM/fdm_shell.hxx +++ b/src/FDM/fdm_shell.hxx @@ -41,7 +41,7 @@ class FDMShell : public SGSubsystem { public: FDMShell(); - ~FDMShell(); + virtual ~FDMShell(); virtual void init(); virtual void reinit(); @@ -50,7 +50,6 @@ public: virtual void unbind(); virtual void update(double dt); - SGSubsystem* getFDM(); private: @@ -63,7 +62,7 @@ private: SGPropertyNode_ptr _wind_north, _wind_east,_wind_down; SGPropertyNode_ptr _control_fdm_atmo,_temp_degc,_pressure_inhg; - SGPropertyNode_ptr _density_slugft, _data_logging; + SGPropertyNode_ptr _density_slugft, _data_logging, _replay_master; }; #endif // of FG_FDM_SHELL_HXX