]> git.mxchange.org Git - flightgear.git/blobdiff - src/Instrumentation/kr_87.hxx
add to project files
[flightgear.git] / src / Instrumentation / kr_87.hxx
index 83b8f6bcfe760818e2259667f48dfe0eb1b34070..5f32b1f5af7bfc6288da4223564b64ece403785b 100644 (file)
@@ -43,8 +43,8 @@ class FGKR_87 : public SGSubsystem
     bool need_update;
 
     // internal values
-    string ident;
-    string trans_ident;
+    std::string ident;
+    std::string trans_ident;
     bool valid;
     bool inrange;
     double stn_lon;
@@ -115,7 +115,7 @@ public:
     void search ();
 
     // internal values
-    inline const string& get_ident() const { return ident; }
+    inline const std::string& get_ident() const { return ident; }
     inline bool get_valid() const { return valid; }
     inline bool get_inrange() const { return inrange; }
     inline double get_stn_lon() const { return stn_lon; }