From ea3586e44a1621f97298e667a79f4c4f75f902ba Mon Sep 17 00:00:00 2001 From: David Robillard Date: Mon, 22 Jan 2007 05:00:29 +0000 Subject: Created Raul namespace. git-svn-id: http://svn.drobilla.net/lad/ingen@265 a436a847-0d15-0410-975c-d299462d15a1 --- src/common/interface/ClientInterface.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/common/interface/ClientInterface.h') diff --git a/src/common/interface/ClientInterface.h b/src/common/interface/ClientInterface.h index 3cf2ea13..72f2928c 100644 --- a/src/common/interface/ClientInterface.h +++ b/src/common/interface/ClientInterface.h @@ -96,9 +96,9 @@ public: virtual void disconnection(string src_port_path, string dst_port_path) = 0; - virtual void metadata_update(string subject_path, - string predicate, - Atom value) = 0; + virtual void metadata_update(string subject_path, + string predicate, + Raul::Atom value) = 0; virtual void control_change(string port_path, float value) = 0; -- cgit v1.2.1