mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-08-12 22:03:43 -06:00
Mingw CondtionVariable fixed
git-svn-id: svn://ultimatepp.org/upp/trunk@991 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
97bb390987
commit
97a4ecb845
1 changed files with 1 additions and 1 deletions
|
|
@ -234,7 +234,7 @@ class ConditionVariable {
|
|||
Mutex mutex;
|
||||
friend struct sCVWaiter_;
|
||||
|
||||
sCVWaiter_ *head, *tail;
|
||||
struct sCVWaiter_ *head, *tail;
|
||||
|
||||
public:
|
||||
void Wait(Mutex& m);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue