clang-tidy: add Chrome-inspired checks
[lttng-tools.git] / src / bin / lttng-sessiond / ust-registry-event.hpp
index 5dc98032a2900d58f650bdbdbfa213b90c22164f..6b2ebc8434a8428dfea27626713988aba7d4cf85 100644 (file)
@@ -36,7 +36,7 @@ public:
                        std::vector<lttng::sessiond::trace::field::cuptr> fields,
                        int loglevel_value,
                        nonstd::optional<std::string> model_emf_uri);
-       virtual ~registry_event() = default;
+       ~registry_event() override = default;
 
        /* Both objd are set by the tracer. */
        const int session_objd;
This page took 0.023302 seconds and 4 git commands to generate.