summaryrefslogtreecommitdiffstats
path: root/src/client/HTTPEngineSender.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/HTTPEngineSender.cpp')
-rw-r--r--src/client/HTTPEngineSender.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/client/HTTPEngineSender.cpp b/src/client/HTTPEngineSender.cpp
index 2afa32f1..a03bc26a 100644
--- a/src/client/HTTPEngineSender.cpp
+++ b/src/client/HTTPEngineSender.cpp
@@ -209,7 +209,7 @@ HTTPEngineSender::midi_learn(const Path& node_path)
void
-HTTPEngineSender::set_variable(const Path& path,
+HTTPEngineSender::set_variable(const URI& path,
const URI& predicate,
const Atom& value)
{
@@ -217,7 +217,7 @@ HTTPEngineSender::set_variable(const Path& path,
void
-HTTPEngineSender::set_property(const Path& path,
+HTTPEngineSender::set_property(const URI& path,
const URI& predicate,
const Atom& value)
{