]> git.mxchange.org Git - flightgear.git/blobdiff - src/Network/jsclient.hxx
fix another crash on exit by finally converting the rest of unguarded
[flightgear.git] / src / Network / jsclient.hxx
index 4c5bfc1b2a1e5f9c6d453141bffa485920d8cd46..49911cffe3dda99494e670684910f79f666622b2 100644 (file)
@@ -17,7 +17,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$
 
@@ -42,7 +42,7 @@ class FGJsClient : public FGProtocol {
     char buf[256];
     int length;
     double axis[4];
-    SGPropertyNode *axisdef[4];
+    SGPropertyNode_ptr axisdef[4];
     string axisdefstr[4];
     bool active;