Skip to content

Commit

Permalink
Updated typename
Browse files Browse the repository at this point in the history
  • Loading branch information
gabime committed Dec 14, 2024
1 parent 6797ac6 commit 345af1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/spdlog/sinks/async_sink.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down

0 comments on commit 345af1c

Please sign in to comment.