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/NodeView.hpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/gui/NodeView.hpp') diff --git a/src/gui/NodeView.hpp b/src/gui/NodeView.hpp index d9ea1e8..6e0681c 100644 --- a/src/gui/NodeView.hpp +++ b/src/gui/NodeView.hpp @@ -54,10 +54,10 @@ public: private: bool on_event(GdkEvent* ev); bool on_double_click(GdkEventButton* ev); - void on_property(machina::URIInt key, const Raul::Atom& value); - void on_action_property(machina::URIInt key, const Raul::Atom& value); + void on_property(machina::URIInt key, const Atom& value); + void on_action_property(machina::URIInt key, const Atom& value); - bool is(Raul::Forge& forge, machina::URIInt key); + bool is(Forge& forge, machina::URIInt key); Gtk::Window* _window; SPtr _node; -- cgit v1.2.1