Unverified Commit 3c675af6 authored by Atream's avatar Atream Committed by GitHub
Browse files

Update task_queue.h

parent cb7f8e78
...@@ -51,7 +51,7 @@ public: ...@@ -51,7 +51,7 @@ public:
#ifdef _WIN32 #ifdef _WIN32
ReleaseMutex(global_mutex); ReleaseMutex(global_mutex);
#else #else
global_mutex.lock(); global_mutex.unlock();
#endif #endif
} }
}; };
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment