clang-tidy: missing override
Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
+1
-1
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user