summaryrefslogtreecommitdiffstats
path: root/src/gui/GraphBox.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/GraphBox.hpp')
-rw-r--r--src/gui/GraphBox.hpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gui/GraphBox.hpp b/src/gui/GraphBox.hpp
index f779efd7..7978d573 100644
--- a/src/gui/GraphBox.hpp
+++ b/src/gui/GraphBox.hpp
@@ -67,7 +67,8 @@ class INGEN_API GraphBox : public Gtk::VBox
public:
GraphBox(BaseObjectType* cobject,
const Glib::RefPtr<Gtk::Builder>& xml);
- ~GraphBox();
+
+ ~GraphBox() override;
static SPtr<GraphBox>
create(App& app, const SPtr<const client::GraphModel>& graph);