summaryrefslogtreecommitdiffstats
path: root/src/gui/GraphBox.hpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2020-08-02 00:07:34 +0200
committerDavid Robillard <d@drobilla.net>2020-08-02 01:48:48 +0200
commitd0579bbcd2142577ba3a18650cc9cadda8fafd84 (patch)
treebbda4fb98cf3faa50775c3e9fe5c33f522c4b5f7 /src/gui/GraphBox.hpp
parent1d6abdf72ccce7964ccb6b7b5bbcd3d469a2b54c (diff)
downloadingen-d0579bbcd2142577ba3a18650cc9cadda8fafd84.tar.gz
ingen-d0579bbcd2142577ba3a18650cc9cadda8fafd84.tar.bz2
ingen-d0579bbcd2142577ba3a18650cc9cadda8fafd84.zip
Add missing override specifiers
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);