X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FInstrumentation%2Fturn_indicator.hxx;h=04a8e6fcb10132a5d1968265629d42d5148aada3;hb=fe0a703a192a37b96aa4f6048c8e542c24671705;hp=d1b2a291708bc3b5b4656838fd064fe72a9b5d32;hpb=f614545fc5a6f0fb12a05344d9ee41b2a49cc04a;p=flightgear.git diff --git a/src/Instrumentation/turn_indicator.hxx b/src/Instrumentation/turn_indicator.hxx index d1b2a2917..04a8e6fcb 100644 --- a/src/Instrumentation/turn_indicator.hxx +++ b/src/Instrumentation/turn_indicator.hxx @@ -41,7 +41,6 @@ class TurnIndicator : public SGSubsystem public: TurnIndicator ( SGPropertyNode *node ); - TurnIndicator (); virtual ~TurnIndicator (); virtual void init (); @@ -54,8 +53,8 @@ private: Gyro _gyro; double _last_rate; - string name; - int num; + std::string _name; + int _num; SGPropertyNode_ptr _roll_rate_node; SGPropertyNode_ptr _yaw_rate_node;