]> git.mxchange.org Git - flightgear.git/blobdiff - src/FDM/SP/ACMS.hxx
latest updates from JSBSim
[flightgear.git] / src / FDM / SP / ACMS.hxx
index b6ede0c3bdb5e8a8afc538317eaea67ab895138a..e34c9795c52ca00cd136a729ec4a689d74d91630 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.
 //
 
 
@@ -42,10 +42,10 @@ public:
 
 private:
 
-    SGPropertyNode *_alt, *_speed, *_climb_rate;
-    SGPropertyNode *_pitch, *_roll, *_heading;
-    SGPropertyNode *_acc_lat, *_acc_lon, *_acc_down;
-    SGPropertyNode *_temp, *_wow;
+    SGPropertyNode_ptr _alt, _speed, _climb_rate;
+    SGPropertyNode_ptr _pitch, _roll, _heading;
+    SGPropertyNode_ptr _acc_lat, _acc_lon, _acc_down;
+    SGPropertyNode_ptr _temp, _wow;
 };