修复BUG

This commit is contained in:
gb 2022-11-25 14:23:20 +08:00
parent 78e31b6c71
commit 1bbc4d9186
1 changed files with 1 additions and 1 deletions

View File

@ -144,7 +144,7 @@ public:
T take(bool remove = true, void(__stdcall* first)(T) = NULL)
{
std::lock_guard<std::mutex> lock(lock_);
TNS t = 0;
TNS t;
if (queue_.size())
{