diff options
author | Mattes D <github@xoft.cz> | 2014-12-07 21:37:47 +0100 |
---|---|---|
committer | Mattes D <github@xoft.cz> | 2014-12-07 21:37:47 +0100 |
commit | c65bb6341dfc25ae937bd12c9e41855fb27fdccb (patch) | |
tree | 4c2596b52bdc02c964e08cb4473fe061822e8a0b /src/OSSupport/Event.h | |
parent | Merge remote-tracking branch 'origin/master' into c++11Events (diff) | |
download | cuberite-c65bb6341dfc25ae937bd12c9e41855fb27fdccb.tar cuberite-c65bb6341dfc25ae937bd12c9e41855fb27fdccb.tar.gz cuberite-c65bb6341dfc25ae937bd12c9e41855fb27fdccb.tar.bz2 cuberite-c65bb6341dfc25ae937bd12c9e41855fb27fdccb.tar.lz cuberite-c65bb6341dfc25ae937bd12c9e41855fb27fdccb.tar.xz cuberite-c65bb6341dfc25ae937bd12c9e41855fb27fdccb.tar.zst cuberite-c65bb6341dfc25ae937bd12c9e41855fb27fdccb.zip |
Diffstat (limited to 'src/OSSupport/Event.h')
-rw-r--r-- | src/OSSupport/Event.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/OSSupport/Event.h b/src/OSSupport/Event.h index 5818115be..572388a3f 100644 --- a/src/OSSupport/Event.h +++ b/src/OSSupport/Event.h @@ -32,7 +32,7 @@ public: /** Waits for the event until either it is signalled, or the (relative) timeout is passed. Returns true if the event was signalled, false if the timeout was hit or there was an error. */ - bool Wait(int a_TimeoutMSec); + bool Wait(unsigned a_TimeoutMSec); private: |