X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FInstrumentation%2Fgsdi.hxx;h=0d8ef2e368c9431ba57411b346d07d745e73c6ff;hb=9d995907db00728da7eac9297ecbab93ed8a7400;hp=b63566bc9f749377f973534001b8949e9e49ed6b;hpb=2a40f9876fa609ecf800f9e494c64ba433e7ddbf;p=flightgear.git diff --git a/src/Instrumentation/gsdi.hxx b/src/Instrumentation/gsdi.hxx index b63566bc9..0d8ef2e36 100644 --- a/src/Instrumentation/gsdi.hxx +++ b/src/Instrumentation/gsdi.hxx @@ -45,15 +45,14 @@ class GSDI : public SGSubsystem { public: GSDI(SGPropertyNode *node); - GSDI(); virtual ~GSDI(); virtual void init(); virtual void update(double dt); private: - string _name; - int _num; + std::string _name; + unsigned int _num; SGPropertyNode_ptr _serviceableN; SGPropertyNode_ptr _headingN;