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 d75288e0..de2b473b 100644
--- a/src/socket/SocketClient.hpp
+++ b/src/socket/SocketClient.hpp
@@ -31,7 +31,7 @@ public:
const std::string& uri,
SharedPtr<Socket> sock,
SharedPtr<Interface> respondee)
- : SocketWriter(*world.lv2_uri_map().get(),
+ : SocketWriter(*world.uri_map().get(),
*world.uris().get(),
uri,
sock)