X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FInstrumentation%2Fdme.hxx;h=96bbdd5ae9e0ccbe190f7c34b13751755bd0a7d6;hb=7c8ad455a327276e09687b380fb4147ae90b6c8c;hp=6ec6edc6396dbec5e7fda958cd68cb5e64be1c9c;hpb=43109feb0c6a2ab35d5f1ee9318daadff811cc88;p=flightgear.git diff --git a/src/Instrumentation/dme.hxx b/src/Instrumentation/dme.hxx index 6ec6edc63..96bbdd5ae 100644 --- a/src/Instrumentation/dme.hxx +++ b/src/Instrumentation/dme.hxx @@ -10,6 +10,9 @@ #include #include +// forward decls +class FGNavRecord; + /** * Model a DME radio. * @@ -39,6 +42,7 @@ public: virtual ~DME (); virtual void init (); + virtual void reinit (); virtual void update (double delta_time_sec); private: @@ -61,7 +65,7 @@ private: FGNavRecord * _navrecord; - string _name; + std::string _name; int _num; class AudioIdent * _audioIdent;