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/EngineInterface.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/common/interface/EngineInterface.h') diff --git a/src/common/interface/EngineInterface.h b/src/common/interface/EngineInterface.h index ae647fed..8be01abe 100644 --- a/src/common/interface/EngineInterface.h +++ b/src/common/interface/EngineInterface.h @@ -111,7 +111,7 @@ public: virtual void set_metadata(const string& path, const string& predicate, - const Atom& value) = 0; + const Raul::Atom& value) = 0; // Requests // -- cgit v1.2.1