]> git.mxchange.org Git - flightgear.git/blobdiff - src/Network/ATC-Inputs.hxx
Fix a Clang warning, checking signed char as if it was unsigned.
[flightgear.git] / src / Network / ATC-Inputs.hxx
index 0295ddd5de45e68302276a37171d304ec5a7949b..ff9d4d29f7e7bd1eee2a71fae306c223dbe703e8 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$
 
@@ -57,12 +57,12 @@ class FGATCInput {
     unsigned char radio_switch_data[ATC_RADIO_SWITCH_BYTES];
     unsigned char switch_data[ATC_SWITCH_BYTES];
 
-    SGPropertyNode *ignore_flight_controls;
-    SGPropertyNode *ignore_pedal_controls;
+    SGPropertyNode_ptr ignore_flight_controls;
+    SGPropertyNode_ptr ignore_pedal_controls;
 
-    SGPropertyNode *analog_in_node;
-    SGPropertyNode *radio_in_node;
-    SGPropertyNode *switches_node;
+    SGPropertyNode_ptr analog_in_node;
+    SGPropertyNode_ptr radio_in_node;
+    SGPropertyNode_ptr switches_node;
 
     void init_config();
     bool do_analog_in();