]> git.mxchange.org Git - flightgear.git/blobdiff - src/Network/jsclient.hxx
Removes some references (in comments / disabled code) to Point3D
[flightgear.git] / src / Network / jsclient.hxx
index fa7a4a39bb32ca192844c17654a0e50b896b5b4f..a25c623e9fe8e68c8394ac26984f34bce2cbaf09 100644 (file)
 
 #include <simgear/compiler.h>
 
-#include STL_STRING
+#include <string>
 
 #include <FDM/flight.hxx>
 
 #include "protocol.hxx"
 
-SG_USING_STD(string);
+using std::string;
 
 
 class FGJsClient : public FGProtocol {
@@ -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;