diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/gui/NodeView.cpp | 2 | ||||
-rw-r--r-- | src/gui/NodeView.hpp | 2 |
2 files changed, 2 insertions, 2 deletions
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); |