summaryrefslogtreecommitdiffstats
path: root/src/gui/NodeModule.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/NodeModule.hpp')
-rw-r--r--src/gui/NodeModule.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/NodeModule.hpp b/src/gui/NodeModule.hpp
index 2d63b047..3dc7e93e 100644
--- a/src/gui/NodeModule.hpp
+++ b/src/gui/NodeModule.hpp
@@ -61,7 +61,6 @@ public:
virtual void store_location(double x, double y);
void show_human_names(bool b);
- void set_selected(gboolean b);
SharedPtr<const Client::BlockModel> block() const { return _block; }
@@ -76,6 +75,7 @@ protected:
void embed_gui(bool embed);
bool popup_gui();
void on_gui_window_close();
+ bool on_selected(gboolean selected);
void rename();
void property_changed(const Raul::URI& predicate, const Raul::Atom& value);