From 720478a3173a1278437903014445e43b3bf7933b Mon Sep 17 00:00:00 2001 From: Laurent Montel Date: Tue, 28 Jun 2022 22:30:15 +0200 Subject: [PATCH] Add missing override --- framebuffers/pipewire/screencasting.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/framebuffers/pipewire/screencasting.cpp b/framebuffers/pipewire/screencasting.cpp index 6624529..6a19ce4 100644 --- a/framebuffers/pipewire/screencasting.cpp +++ b/framebuffers/pipewire/screencasting.cpp @@ -21,7 +21,7 @@ public: : q(q) { } - ~ScreencastingStreamPrivate() + ~ScreencastingStreamPrivate() override { close(); q->deleteLater(); @@ -75,7 +75,7 @@ public: { } - ~ScreencastingPrivate() + ~ScreencastingPrivate() override { destroy(); }