From d0579bbcd2142577ba3a18650cc9cadda8fafd84 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 2 Aug 2020 00:07:34 +0200 Subject: Add missing override specifiers --- src/gui/GraphBox.hpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/gui/GraphBox.hpp') 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& xml); - ~GraphBox(); + + ~GraphBox() override; static SPtr create(App& app, const SPtr& graph); -- cgit v1.2.1