diff options
Diffstat (limited to 'src/syncServer.cpp')
-rw-r--r-- | src/syncServer.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/syncServer.cpp b/src/syncServer.cpp index 62b2cff..e39a11e 100644 --- a/src/syncServer.cpp +++ b/src/syncServer.cpp @@ -2,7 +2,7 @@ //using asio::ip::tcp; -SyncServer::SyncServer(boost::asio::io_service& io_service, boost::asio::ip::tcp::endpoint tcp_endpoint ) +SyncServer::SyncServer(boost::asio::io_service& io_service, SyncTcpConnection::proto::endpoint tcp_endpoint ) : acceptor_(io_service, tcp_endpoint) { start_accept(); |