X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FInstrumentation%2Fturn_indicator.hxx;h=b96873081b49ae6ebc2375ebe99c6fba89860972;hb=43880b201cea2b120fefd99696ae0b43227358dc;hp=d1b2a291708bc3b5b4656838fd064fe72a9b5d32;hpb=f614545fc5a6f0fb12a05344d9ee41b2a49cc04a;p=flightgear.git diff --git a/src/Instrumentation/turn_indicator.hxx b/src/Instrumentation/turn_indicator.hxx index d1b2a2917..b96873081 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; + string _name; + int _num; SGPropertyNode_ptr _roll_rate_node; SGPropertyNode_ptr _yaw_rate_node;