]> git.mxchange.org Git - flightgear.git/blobdiff - src/ATC/atis.hxx
Modified Files:
[flightgear.git] / src / ATC / atis.hxx
index 3bcf2343a07f09f5add57c21a18b765d6e670694..05835d4a7975503a1873b3b56dd5099da19bacf5 100644 (file)
@@ -66,9 +66,9 @@ class FGATIS : public FGATC {
        // or the whereabouts of the aircraft it is transmitting to.  However, to ensure consistancy of
        // operation with the other ATC classes the ATIS class must calculate range to the aircraft in order
        // to decide whether to render the transmission - hence the users plane details must be stored.
-       //SGPropertyNode *airplane_lon_node; 
-       //SGPropertyNode *airplane_lat_node;
-       //SGPropertyNode *airplane_elev_node; 
+       //SGPropertyNode_ptr airplane_lon_node; 
+       //SGPropertyNode_ptr airplane_lat_node;
+       //SGPropertyNode_ptr airplane_elev_node; 
        
        public: