Move create_unique_class util to the memory namespace
[lttng-tools.git] / include / lttng / notification / notification-internal.hpp
index 9fe471c2631fbadeab1ab3c00c61e7d2ce4b8b72..36b3d7f3839ba6cd06ea0974324a84d2a51cefbc 100644 (file)
@@ -24,7 +24,7 @@ struct lttng_payload_view;
 struct lttng_notification {
        using uptr = std::unique_ptr<
                lttng_notification,
-               lttng::details::create_unique_class<lttng_notification,
+               lttng::memory::create_deleter_class<lttng_notification,
                                                    lttng_notification_destroy>::deleter>;
 
        struct lttng_trigger *trigger;
This page took 0.023699 seconds and 4 git commands to generate.