X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FInstrumentation%2Fdme.hxx;h=96bbdd5ae9e0ccbe190f7c34b13751755bd0a7d6;hb=7c8ad455a327276e09687b380fb4147ae90b6c8c;hp=084fd8207569fc5e770258116112ee873d444ddd;hpb=c6062ad93cf3bfbffb6dec63cd6844167bb56980;p=flightgear.git diff --git a/src/Instrumentation/dme.hxx b/src/Instrumentation/dme.hxx index 084fd8207..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: