]> git.mxchange.org Git - flightgear.git/blobdiff - src/Network/ATC-Outputs.hxx
Use SG_LOG instead of printf
[flightgear.git] / src / Network / ATC-Outputs.hxx
index ee43d136cc687d9e3c815b5faf7d06bd5baf2947..c1572c4e7bc0f25812b7172ef424a3fbb285e17a 100644 (file)
@@ -16,7 +16,7 @@
 //
 // You should have received a copy of the GNU General Public License
 // along with this program; if not, write to the Free Software
-// Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
 //
 // $Id$
 
@@ -53,9 +53,9 @@ class FGATCOutput {
 
     unsigned char radio_display_data[ATC_RADIO_DISPLAY_BYTES];
 
-    SGPropertyNode *lamps_out_node;
-    SGPropertyNode *radio_display_node;
-    SGPropertyNode *steppers_node;
+    SGPropertyNode_ptr lamps_out_node;
+    SGPropertyNode_ptr radio_display_node;
+    SGPropertyNode_ptr steppers_node;
 
     void init_config();
     bool do_lamps();