]> git.mxchange.org Git - flightgear.git/blobdiff - src/Instrumentation/wxradar.hxx
initialize variables before using them
[flightgear.git] / src / Instrumentation / wxradar.hxx
index acaa6680b1f501870fb54e73180af008775eeab7..575519015934a632d2d5cb28c193f26083bf8bb3 100644 (file)
@@ -46,8 +46,8 @@ public:
 
 private:
 
-    string name;
-    int num;
+    string _name;
+    int _num;
 
     SGPropertyNode_ptr _serviceable_node;
     SGPropertyNode_ptr _Instrument;