From 6b6cb56b2ceab509569bfca247f108f2be5e25c0 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 23 Feb 2013 19:55:13 +0000 Subject: Move Atom implementation out of Raul so it can depend on LV2. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5076 a436a847-0d15-0410-975c-d299462d15a1 --- src/bindings/Client.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/bindings/Client.hpp') diff --git a/src/bindings/Client.hpp b/src/bindings/Client.hpp index 248c71ec..e2db6644 100644 --- a/src/bindings/Client.hpp +++ b/src/bindings/Client.hpp @@ -38,5 +38,5 @@ public: void del(const Raul::URI& uri) {} void move(const Raul::Path& old_path, const Raul::Path& new_path) {} void disconnect(const Raul::Path& src_port_path, const Raul::Path& dst_port_path) {} - void set_property(const Raul::URI& subject, const Raul::URI& key, const Raul::Atom& value) {} + void set_property(const Raul::URI& subject, const Raul::URI& key, const Atom& value) {} }; -- cgit v1.2.1