aboutsummaryrefslogtreecommitdiffstats
path: root/src/gui/NodeView.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/NodeView.hpp')
-rw-r--r--src/gui/NodeView.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui/NodeView.hpp b/src/gui/NodeView.hpp
index bc94efa..02b34e6 100644
--- a/src/gui/NodeView.hpp
+++ b/src/gui/NodeView.hpp
@@ -40,6 +40,7 @@ public:
private:
void handle_click(GdkEventButton* ev);
void on_double_click(GdkEventButton* ev);
+ void set_selected(bool selected);
Gtk::Window* _window;
SharedPtr<Machina::Node> _node;