summaryrefslogtreecommitdiff
path: root/Userland/Applications/Piano/WaveWidget.h
diff options
context:
space:
mode:
Diffstat (limited to 'Userland/Applications/Piano/WaveWidget.h')
-rw-r--r--Userland/Applications/Piano/WaveWidget.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/Userland/Applications/Piano/WaveWidget.h b/Userland/Applications/Piano/WaveWidget.h
index bc8a8f16cd..37f3433f63 100644
--- a/Userland/Applications/Piano/WaveWidget.h
+++ b/Userland/Applications/Piano/WaveWidget.h
@@ -1,6 +1,7 @@
/*
* Copyright (c) 2018-2020, Andreas Kling <kling@serenityos.org>
* Copyright (c) 2019-2020, William McPherson <willmcpherson2@gmail.com>
+ * Copyright (c) 2022, the SerenityOS developers.
*
* SPDX-License-Identifier: BSD-2-Clause
*/
@@ -14,7 +15,7 @@ class TrackManager;
class WaveWidget final : public GUI::Frame {
C_OBJECT(WaveWidget)
public:
- virtual ~WaveWidget() override;
+ virtual ~WaveWidget() override = default;
private:
explicit WaveWidget(TrackManager&);