From c9201b59713f400c72f5a160c2e858987d466351 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Fri, 27 Nov 2020 17:58:04 +0100 Subject: Use default for empty destructor --- src/PatchagePort.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/PatchagePort.hpp b/src/PatchagePort.hpp index 5bbcd13..68ab873 100644 --- a/src/PatchagePort.hpp +++ b/src/PatchagePort.hpp @@ -1,5 +1,5 @@ /* This file is part of Patchage. - * Copyright 2007-2014 David Robillard + * Copyright 2007-2020 David Robillard * * Patchage is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free @@ -60,7 +60,7 @@ public: signal_event().connect(sigc::mem_fun(this, &PatchagePort::on_event)); } - virtual ~PatchagePort() {} + virtual ~PatchagePort() = default; /** Returns the full name of this port, as "modulename:portname" */ std::string full_name() const -- cgit v1.2.1