clang-tidy: add Chrome-inspired checks
[lttng-tools.git] / src / bin / lttng-sessiond / ust-registry.hpp
index 2095cdda3ab3f15c8b04f7794971b784d241b0f7..29872a20fc5ddc192f0cdb8b0012a8ead3b175a7 100644 (file)
@@ -121,7 +121,7 @@ public:
                        _mappings;
 
 protected:
-       virtual bool _is_equal(const registry_enum& base_other) const noexcept
+       bool _is_equal(const registry_enum& base_other) const noexcept override
        {
                const auto &other = static_cast<decltype(*this)&>(base_other);
 
This page took 0.022419 seconds and 4 git commands to generate.