X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FNetwork%2Fjsclient.hxx;h=a25c623e9fe8e68c8394ac26984f34bce2cbaf09;hb=4c7fb6c91bbf17119407748d4d49d627748ad037;hp=fa7a4a39bb32ca192844c17654a0e50b896b5b4f;hpb=c9813d1b5d79b4aad13c263690a0223086af25ac;p=flightgear.git diff --git a/src/Network/jsclient.hxx b/src/Network/jsclient.hxx index fa7a4a39b..a25c623e9 100644 --- a/src/Network/jsclient.hxx +++ b/src/Network/jsclient.hxx @@ -28,13 +28,13 @@ #include -#include STL_STRING +#include #include #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;