clang-tidy: missing override
Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
parent
9f989e4228
commit
3e37c17f51
@ -122,7 +122,7 @@ class Params : public Util::Getopt {
|
||||
static Params& instance();
|
||||
|
||||
//! Prevent copy-construction: not implemented.
|
||||
~Params() = default;
|
||||
~Params() override = default;
|
||||
Params(const Params&) = delete;
|
||||
Params& operator=(const Params&) = delete;
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user