X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FInstrumentation%2Fheading_indicator.hxx;h=f340c05ddadc0aaa33b25f7e311c663ebffb9bf8;hb=f8b689c040100aa21b27081b60a8da1fa99edd37;hp=f3d6f5f155cb83c3a8f0851676ef228a7cef9824;hpb=51b46283df3f70e448240a5a75521429f977ccfa;p=flightgear.git diff --git a/src/Instrumentation/heading_indicator.hxx b/src/Instrumentation/heading_indicator.hxx index f3d6f5f15..f340c05dd 100644 --- a/src/Instrumentation/heading_indicator.hxx +++ b/src/Instrumentation/heading_indicator.hxx @@ -42,6 +42,7 @@ public: virtual ~HeadingIndicator (); virtual void init (); + virtual void reinit (); virtual void bind (); virtual void unbind (); virtual void update (double dt); @@ -51,9 +52,9 @@ private: Gyro _gyro; double _last_heading_deg; - string _name; + std::string _name; int _num; - string _suction; + std::string _suction; SGPropertyNode_ptr _offset_node; SGPropertyNode_ptr _heading_in_node;