summaryrefslogtreecommitdiffstats
path: root/src/SocketWriter.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/SocketWriter.cpp')
-rw-r--r--src/SocketWriter.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/SocketWriter.cpp b/src/SocketWriter.cpp
index 9274fe57..68091bcc 100644
--- a/src/SocketWriter.cpp
+++ b/src/SocketWriter.cpp
@@ -29,7 +29,7 @@ namespace Ingen {
SocketWriter::SocketWriter(URIMap& map,
URIs& uris,
- const Raul::URI& uri,
+ const URI& uri,
SPtr<Raul::Socket> sock)
: TurtleWriter(map, uris, uri)
, _socket(std::move(sock))