X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FNetwork%2Fjsclient.hxx;h=a25c623e9fe8e68c8394ac26984f34bce2cbaf09;hb=a1031b052dd40ca3a4ea68dcd7f572b7d9e4bb24;hp=4c5bfc1b2a1e5f9c6d453141bffa485920d8cd46;hpb=d05121ef4689d2b50b3fe1848cbb0d1f5a1db877;p=flightgear.git diff --git a/src/Network/jsclient.hxx b/src/Network/jsclient.hxx index 4c5bfc1b2..a25c623e9 100644 --- a/src/Network/jsclient.hxx +++ b/src/Network/jsclient.hxx @@ -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$ @@ -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;