summaryrefslogtreecommitdiffstats
path: root/src/socket/SocketClient.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/socket/SocketClient.hpp')
-rw-r--r--src/socket/SocketClient.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/socket/SocketClient.hpp b/src/socket/SocketClient.hpp
index a58f92a5..c316e4a4 100644
--- a/src/socket/SocketClient.hpp
+++ b/src/socket/SocketClient.hpp
@@ -29,7 +29,7 @@ namespace Socket {
class SocketClient : public SocketWriter
{
public:
- SocketClient(Shared::World& world,
+ SocketClient(World& world,
const std::string& uri,
SharedPtr<Socket> sock,
SharedPtr<Interface> respondee)