summaryrefslogtreecommitdiffstats
path: root/src/libs/client/OSCEngineSender.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/libs/client/OSCEngineSender.h')
-rw-r--r--src/libs/client/OSCEngineSender.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/libs/client/OSCEngineSender.h b/src/libs/client/OSCEngineSender.h
index e46542b6..9f0a6137 100644
--- a/src/libs/client/OSCEngineSender.h
+++ b/src/libs/client/OSCEngineSender.h
@@ -26,10 +26,10 @@ using Ingen::Shared::EngineInterface;
using Ingen::Shared::ClientInterface;
using Ingen::Shared::ClientKey;
-
namespace Ingen {
namespace Client {
+
/* OSC (via liblo) interface to the engine.
*
* Clients can use this opaquely as an EngineInterface* to control the engine
@@ -123,9 +123,9 @@ public:
void midi_learn(const string& node_path);
- void set_metadata(const string& obj_path,
- const string& predicate,
- const Atom& value);
+ void set_metadata(const string& obj_path,
+ const string& predicate,
+ const Raul::Atom& value);
// Requests //