X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FInstrumentation%2Fgsdi.hxx;h=2fc8e2966441ba895bf4ff563cc32771be293a18;hb=43b300fe46d8013a90009ec8e1a923ec53a396b5;hp=b63566bc9f749377f973534001b8949e9e49ed6b;hpb=2a40f9876fa609ecf800f9e494c64ba433e7ddbf;p=flightgear.git diff --git a/src/Instrumentation/gsdi.hxx b/src/Instrumentation/gsdi.hxx index b63566bc9..2fc8e2966 100644 --- a/src/Instrumentation/gsdi.hxx +++ b/src/Instrumentation/gsdi.hxx @@ -45,7 +45,6 @@ class GSDI : public SGSubsystem { public: GSDI(SGPropertyNode *node); - GSDI(); virtual ~GSDI(); virtual void init(); @@ -53,7 +52,7 @@ public: private: string _name; - int _num; + unsigned int _num; SGPropertyNode_ptr _serviceableN; SGPropertyNode_ptr _headingN;