Updated typename

pull/3309/head
gabime 8 months ago
parent 6797ac64bd
commit 345af1c0a0

@ -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;
}

Loading…
Cancel
Save