diff options
Diffstat (limited to 'src/gui/NodeModule.hpp')
-rw-r--r-- | src/gui/NodeModule.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/NodeModule.hpp b/src/gui/NodeModule.hpp index 7d89dc32..0cfa4ec8 100644 --- a/src/gui/NodeModule.hpp +++ b/src/gui/NodeModule.hpp @@ -61,6 +61,7 @@ public: virtual void store_location(double x, double y); void show_human_names(bool b); + void set_selected(gboolean b); SharedPtr<const Client::NodeModel> node() const { return _node; } @@ -75,7 +76,6 @@ protected: void embed_gui(bool embed); bool popup_gui(); void on_gui_window_close(); - void set_selected(gboolean b); void rename(); void property_changed(const Raul::URI& predicate, const Raul::Atom& value); |