From 3f76d92402a9ef982a3da082bec50523e90e8f80 Mon Sep 17 00:00:00 2001 From: Laurent Montel Date: Mon, 25 Oct 2021 13:34:22 +0200 Subject: GIT_SILENT: add missing override keyword --- src/trash/dolphintrash.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/trash') diff --git a/src/trash/dolphintrash.h b/src/trash/dolphintrash.h index 1ef7d7d02..12f10f101 100644 --- a/src/trash/dolphintrash.h +++ b/src/trash/dolphintrash.h @@ -35,7 +35,7 @@ private: KDirLister *m_trashDirLister; Trash(); - ~Trash(); + ~Trash() override; }; #endif // DOLPHINTRASH_H -- cgit v1.3