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/GraphCanvas.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gui/GraphCanvas.hpp') diff --git a/src/gui/GraphCanvas.hpp b/src/gui/GraphCanvas.hpp index 9237f607..9e6c4760 100644 --- a/src/gui/GraphCanvas.hpp +++ b/src/gui/GraphCanvas.hpp @@ -52,7 +52,7 @@ public: int width, int height); - virtual ~GraphCanvas() = default; + ~GraphCanvas() override = default; App& app() { return _app; } -- cgit v1.2.1