]> git.mxchange.org Git - flightgear.git/blobdiff - src/Instrumentation/dme.hxx
PerformanceDB improvements.
[flightgear.git] / src / Instrumentation / dme.hxx
index 6ec6edc6396dbec5e7fda958cd68cb5e64be1c9c..96bbdd5ae9e0ccbe190f7c34b13751755bd0a7d6 100644 (file)
@@ -10,6 +10,9 @@
 #include <simgear/props/props.hxx>
 #include <simgear/structure/subsystem_mgr.hxx>
 
+// 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;