diff options
| author | Laurent Montel <[email protected]> | 2021-10-25 13:34:22 +0200 |
|---|---|---|
| committer | Laurent Montel <[email protected]> | 2021-10-25 13:34:22 +0200 |
| commit | 3f76d92402a9ef982a3da082bec50523e90e8f80 (patch) | |
| tree | d3de1430977b46705a0f3dd46edc6a6b3a1d8ffa /src/trash/dolphintrash.h | |
| parent | b497dc9cbd1236790b5267710f5fb8370253d005 (diff) | |
GIT_SILENT: add missing override keyword
Diffstat (limited to 'src/trash/dolphintrash.h')
| -rw-r--r-- | src/trash/dolphintrash.h | 2 |
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 |
