Skip to content

Commit 3e37c17

Browse files
committed
clang-tidy: missing override
Signed-off-by: Rosen Penev <[email protected]>
1 parent 9f989e4 commit 3e37c17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/exiv2app.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ class Params : public Util::Getopt {
122122
static Params& instance();
123123

124124
//! Prevent copy-construction: not implemented.
125-
~Params() = default;
125+
~Params() override = default;
126126
Params(const Params&) = delete;
127127
Params& operator=(const Params&) = delete;
128128

0 commit comments

Comments
 (0)