diff options
Diffstat (limited to 'network-handler/networkhandler.hpp')
| -rw-r--r-- | network-handler/networkhandler.hpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/network-handler/networkhandler.hpp b/network-handler/networkhandler.hpp index 99eb4f9..058f6a9 100644 --- a/network-handler/networkhandler.hpp +++ b/network-handler/networkhandler.hpp @@ -1,7 +1,7 @@ #pragma once #include "acceptor.hpp" -#include "client.hpp" +#include "userclient.hpp" #include <boost/asio/io_service.hpp> #include <boost/asio/streambuf.hpp> @@ -26,7 +26,7 @@ class NetworkHandler Acceptor v4_acceptor; Acceptor v6_acceptor; - std::list<Client> clients; + std::list<UserClient> clients; public: NetworkHandler(ListenSettings const& listen_settings); |
