summaryrefslogtreecommitdiffstats
path: root/ingen/TurtleWriter.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'ingen/TurtleWriter.hpp')
-rw-r--r--ingen/TurtleWriter.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ingen/TurtleWriter.hpp b/ingen/TurtleWriter.hpp
index 2ee027ae..9c88be2e 100644
--- a/ingen/TurtleWriter.hpp
+++ b/ingen/TurtleWriter.hpp
@@ -41,7 +41,7 @@ class URIs;
class INGEN_API TurtleWriter : public AtomWriter, public AtomSink
{
public:
- TurtleWriter(URIMap& map, URIs& uris, const URI& uri);
+ TurtleWriter(URIMap& map, URIs& uris, URI uri);
~TurtleWriter() override;