]> git.mxchange.org Git - flightgear.git/blobdiff - src/Instrumentation/gsdi.hxx
Merge branch 'maint2' into next
[flightgear.git] / src / Instrumentation / gsdi.hxx
index b63566bc9f749377f973534001b8949e9e49ed6b..2fc8e2966441ba895bf4ff563cc32771be293a18 100644 (file)
@@ -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;