]> git.mxchange.org Git - flightgear.git/blobdiff - src/Instrumentation/adf.hxx
Fix "use of uninitialized data" reported by valgrind.
[flightgear.git] / src / Instrumentation / adf.hxx
index 5b1b1667d5a8cbd8e0a1007f5cbf6d76d47356e7..c8f36e4ff5ad77085e1fb67a538aa6bf880f6b23 100644 (file)
@@ -63,7 +63,7 @@ private:
     void search (double frequency, double longitude_rad,
                  double latitude_rad, double altitude_m);
 
-    string _name;
+    std::string _name;
     unsigned int _num;
 
     SGPropertyNode_ptr _longitude_node;