From 2eeb926306626b49e1d8fad26a7756ad9fddd7d0 Mon Sep 17 00:00:00 2001 From: gabime Date: Fri, 6 Dec 2024 15:22:08 +0200 Subject: [PATCH] Clean spdlog.cpp --- src/spdlog.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/spdlog.cpp b/src/spdlog.cpp index b3cf0b3c..f6047847 100644 --- a/src/spdlog.cpp +++ b/src/spdlog.cpp @@ -15,7 +15,7 @@ namespace spdlog { static std::shared_ptr s_context = #ifndef SPDLOG_DISABLE_GLOBAL_LOGGER - std::make_unique(std::make_unique("", std::make_unique())); + std::make_unique(std::make_unique(std::string(), std::make_unique())); #else std::make_unique(); // empty context #endif