X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=simgear%2Fio%2Fsg_socket_udp.hxx;h=9234c413820b87edc38fb8a633fe4eed93278784;hb=201cb61f842ef50a19438e3872ba22e588fa1afc;hp=69a5b0274cb423ba9e1ddc61212db19d33d5f948;hpb=792ffa2d264369fe998c7b102e6e0a097a8c20f9;p=simgear.git diff --git a/simgear/io/sg_socket_udp.hxx b/simgear/io/sg_socket_udp.hxx index 69a5b027..9234c413 100644 --- a/simgear/io/sg_socket_udp.hxx +++ b/simgear/io/sg_socket_udp.hxx @@ -89,7 +89,7 @@ public: * @param host name of host if direction is SG_IO_OUT or SG_IO_BI * @param port port number if we care to choose one. * @param style specify "udp" or "tcp" */ - SGSocketUDP( const string& host, const string& port ); + SGSocketUDP( const std::string& host, const std::string& port ); /** Destructor */ ~SGSocketUDP();