┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/trash/dolphintrash.h
diff options
context:
space:
mode:
authorLaurent Montel <[email protected]>2021-10-25 13:34:22 +0200
committerLaurent Montel <[email protected]>2021-10-25 13:34:22 +0200
commit3f76d92402a9ef982a3da082bec50523e90e8f80 (patch)
treed3de1430977b46705a0f3dd46edc6a6b3a1d8ffa /src/trash/dolphintrash.h
parentb497dc9cbd1236790b5267710f5fb8370253d005 (diff)
GIT_SILENT: add missing override keyword
Diffstat (limited to 'src/trash/dolphintrash.h')
-rw-r--r--src/trash/dolphintrash.h2
1 files changed, 1 insertions, 1 deletions
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