From bb67af535ef57101f6b543c99e9489e984c8f1ec 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/machina@5076 a436a847-0d15-0410-975c-d299462d15a1 --- src/gui/EdgeView.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gui/EdgeView.hpp') diff --git a/src/gui/EdgeView.hpp b/src/gui/EdgeView.hpp index bd84ba6..1ad2dd0 100644 --- a/src/gui/EdgeView.hpp +++ b/src/gui/EdgeView.hpp @@ -46,7 +46,7 @@ public: private: bool on_event(GdkEvent* ev); - void on_property(machina::URIInt key, const Raul::Atom& value); + void on_property(machina::URIInt key, const Atom& value); float probability() const; -- cgit v1.2.1