1
0
Fork 0

fix warning

This commit is contained in:
jsteemann 2018-07-23 14:59:05 +02:00
parent 8facda8ba0
commit ed167ddcd4
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@
#ifdef TRI_HAVE_WIN32_THREADS
/// @brief condition variable
typedef struct TRI_condition_t {
struct TRI_condition_t {
CRITICAL_SECTION _lockWaiters;
CONDITION_VARIABLE _conditionVariable;
};