From ea44f93c73ce39deb3bc45a9c5ce475974079513 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 1 Dec 2011 20:19:07 +0000 Subject: Fix compilation. git-svn-id: http://svn.drobilla.net/lad/trunk/machina@3728 a436a847-0d15-0410-975c-d299462d15a1 --- src/gui/NodeView.cpp | 2 +- src/gui/NodeView.hpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'src/gui') diff --git a/src/gui/NodeView.cpp b/src/gui/NodeView.cpp index 2312493..e10e3b9 100644 --- a/src/gui/NodeView.cpp +++ b/src/gui/NodeView.cpp @@ -112,7 +112,7 @@ NodeView::show_label(bool show) } void -NodeView::set_selected(bool selected) +NodeView::set_selected(gboolean selected) { Ellipse::set_selected(selected); std::cerr << "FIXME: dash" << std::endl; diff --git a/src/gui/NodeView.hpp b/src/gui/NodeView.hpp index 5190e04..9b827c1 100644 --- a/src/gui/NodeView.hpp +++ b/src/gui/NodeView.hpp @@ -45,7 +45,7 @@ private: void 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 set_selected(bool selected); + void set_selected(gboolean selected); bool node_is(Machina::URIInt key); -- cgit v1.2.1