]> git.mxchange.org Git - simgear.git/blobdiff - simgear/io/sg_socket_udp.hxx
hla: Use HLADataElementIndices for HLAInteractionClass.
[simgear.git] / simgear / io / sg_socket_udp.hxx
index 69a5b0274cb423ba9e1ddc61212db19d33d5f948..9234c413820b87edc38fb8a633fe4eed93278784 100644 (file)
@@ -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();