]> git.mxchange.org Git - flightgear.git/blobdiff - src/Instrumentation/gsdi.hxx
Support helipad names in the --runway startup option
[flightgear.git] / src / Instrumentation / gsdi.hxx
index b63566bc9f749377f973534001b8949e9e49ed6b..0d8ef2e368c9431ba57411b346d07d745e73c6ff 100644 (file)
@@ -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;