clang-tidy: missing override

Signed-off-by: Rosen Penev <rosenp@gmail.com>
main
Rosen Penev 3 years ago
parent 9f989e4228
commit 3e37c17f51

@ -122,7 +122,7 @@ class Params : public Util::Getopt {
static Params& instance(); static Params& instance();
//! Prevent copy-construction: not implemented. //! Prevent copy-construction: not implemented.
~Params() = default; ~Params() override = default;
Params(const Params&) = delete; Params(const Params&) = delete;
Params& operator=(const Params&) = delete; Params& operator=(const Params&) = delete;

Loading…
Cancel
Save