Move create_unique_class util to the memory namespace
[lttng-tools.git] / include / lttng / notification / channel-internal.hpp
index 34014f16ffbc652e6ac91e5cead59cff506c554d..173b3dcdc3333c873c645b66d098c71565cfa000 100644 (file)
@@ -87,7 +87,7 @@ struct pending_notification {
 struct lttng_notification_channel {
        using uptr = std::unique_ptr<
                lttng_notification_channel,
-               lttng::details::create_unique_class<lttng_notification_channel,
+               lttng::memory::create_deleter_class<lttng_notification_channel,
                                                    lttng_notification_channel_destroy>::deleter>;
 
        pthread_mutex_t lock;
This page took 0.022889 seconds and 4 git commands to generate.