Clean-up: ensure all template parameter names end with Type
[lttng-tools.git] / src / bin / lttng-sessiond / ust-registry-event.hpp
index 6b2ebc8434a8428dfea27626713988aba7d4cf85..b38b09553c18d432f96b98a9a49eb254fdf2a4f3 100644 (file)
@@ -70,9 +70,9 @@ void registry_event_destroy(registry_event *event);
 namespace fmt {
 template <>
 struct formatter<lttng::sessiond::ust::registry_event> : formatter<std::string> {
-       template <typename FormatCtx>
-       typename FormatCtx::iterator format(
-                       const lttng::sessiond::ust::registry_event& event, FormatCtx& ctx)
+       template <typename FormatContextType>
+       typename FormatContextType::iterator format(
+                       const lttng::sessiond::ust::registry_event& event, FormatContextType& ctx)
        {
                return format_to(ctx.out(),
                                "{{ name = `{}`, signature = `{}`, id = {}, session objd = {}, channel objd = {} }}",
This page took 0.022666 seconds and 4 git commands to generate.