From 76aa1059cdf813991ca94f6425bc525d205783af Mon Sep 17 00:00:00 2001 From: Gabi Melman Date: Sun, 18 Aug 2019 20:16:52 +0300 Subject: [PATCH] Update async.h --- include/spdlog/async.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/spdlog/async.h b/include/spdlog/async.h index c24ecc19..b4023701 100644 --- a/include/spdlog/async.h +++ b/include/spdlog/async.h @@ -40,7 +40,7 @@ struct async_factory_impl auto ®istry_inst = details::registry::instance(); // create global thread pool if not already exists.. - auto& mutex = registry_inst.tp_mutex(); + auto& mutex = registry_inst.tp_mutex(); std::lock_guard tp_lock(mutex); auto tp = registry_inst.get_tp(); if (tp == nullptr)