]> git.mxchange.org Git - flightgear.git/blobdiff - src/ATC/ATCmgr.hxx
Daniyar ATADJANOV:
[flightgear.git] / src / ATC / ATCmgr.hxx
index 04d53e062f20c7a45b69abe0dcdcce77b9377ec9..9e8e1f83747b3c9388a4a3596dee365598e77afe 100644 (file)
@@ -110,12 +110,12 @@ private:
     double comm_freq[2];
 
     // Pointers to users current communication frequencies.
-    SGPropertyNode* comm_node[2];
+    SGPropertyNode_ptr comm_node[2];
 
     // Pointers to current users position
-    SGPropertyNode* lon_node;
-    SGPropertyNode* lat_node;
-    SGPropertyNode* elev_node;
+    SGPropertyNode_ptr lon_node;
+    SGPropertyNode_ptr lat_node;
+    SGPropertyNode_ptr elev_node;
 
     // Position of the ATC that the comm radios are tuned to in order to decide 
        // whether transmission will be received.