summaryrefslogtreecommitdiffstats
path: root/ganv/Edge.hpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2020-11-29 11:44:45 +0100
committerDavid Robillard <d@drobilla.net>2020-11-29 11:53:37 +0100
commit29d31fd1a61e860c69a5a8b8b32156cea9075ae8 (patch)
tree314905f0d4ab832833718c85dc9a84d6a8bf05e5 /ganv/Edge.hpp
parent35153978b8e168e86932b33e11b72661cdf3db21 (diff)
downloadganv-29d31fd1a61e860c69a5a8b8b32156cea9075ae8.tar.gz
ganv-29d31fd1a61e860c69a5a8b8b32156cea9075ae8.tar.bz2
ganv-29d31fd1a61e860c69a5a8b8b32156cea9075ae8.zip
Fix Wsuggest-override warnings
Diffstat (limited to 'ganv/Edge.hpp')
-rw-r--r--ganv/Edge.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ganv/Edge.hpp b/ganv/Edge.hpp
index a53c960..f7a50b1 100644
--- a/ganv/Edge.hpp
+++ b/ganv/Edge.hpp
@@ -57,7 +57,7 @@ public:
: Item(GANV_ITEM(gobj))
{}
- virtual ~Edge() {
+ ~Edge() override {
if (_gobj && ganv_item_get_parent(_gobj)) {
g_object_unref(_gobj);
}