Updated typename
This commit is contained in:
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…
Reference in New Issue
Block a user