Updated typename

This commit is contained in:
gabime 2024-12-14 19:36:06 +02:00
parent 6797ac64bd
commit 345af1c0a0

View File

@ -13,7 +13,7 @@
// The worker thread is terminated when the async_sink is destroyed.
namespace spdlog::details { // forward declaration
template <typename Mutex>
template <typename T>
class mpmc_blocking_queue;
}