Move create_unique_class util to the memory namespace
[lttng-tools.git] / src / bin / lttng / commands / destroy.cpp
index 97bd1aa60efd325f2cd78d5287f9469433ef747a..b9fd53bbf620bbd7be275c5a0aabf6c24e3387f2 100644 (file)
@@ -110,7 +110,7 @@ cmd_error_code destroy_session(const lttng_session& session)
                } while (ret != 0);
        }
 
-       std::unique_ptr<char, lttng::details::create_unique_class<char, lttng::free>>
+       std::unique_ptr<char, lttng::memory::create_deleter_class<char, lttng::free>::deleter>
                stats_str;
        if (!session_was_already_stopped) {
                char *raw_stats_str = nullptr;
This page took 0.024685 seconds and 4 git commands to generate.