diff options
author | madmaxoft <github@xoft.cz> | 2013-08-11 18:46:49 +0200 |
---|---|---|
committer | madmaxoft <github@xoft.cz> | 2013-08-11 18:46:49 +0200 |
commit | b58ca60815a69c49426b69113594125508a914d2 (patch) | |
tree | a4065491fba2b97858dbb8141824b0e80cbec6dc /source/OSSupport/IsThread.cpp | |
parent | Dragged in the latest changes for Core. (diff) | |
download | cuberite-b58ca60815a69c49426b69113594125508a914d2.tar cuberite-b58ca60815a69c49426b69113594125508a914d2.tar.gz cuberite-b58ca60815a69c49426b69113594125508a914d2.tar.bz2 cuberite-b58ca60815a69c49426b69113594125508a914d2.tar.lz cuberite-b58ca60815a69c49426b69113594125508a914d2.tar.xz cuberite-b58ca60815a69c49426b69113594125508a914d2.tar.zst cuberite-b58ca60815a69c49426b69113594125508a914d2.zip |
Diffstat (limited to '')
-rw-r--r-- | source/OSSupport/IsThread.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source/OSSupport/IsThread.cpp b/source/OSSupport/IsThread.cpp index 9dcbc43eb..257c5c876 100644 --- a/source/OSSupport/IsThread.cpp +++ b/source/OSSupport/IsThread.cpp @@ -54,9 +54,9 @@ cIsThread::cIsThread(const AString & iThreadName) : m_ThreadName(iThreadName), m_ShouldTerminate(false), #ifdef _WIN32 - m_Handle(NULL) + m_Handle(NULL) #else // _WIN32 - m_HasStarted(false) + m_HasStarted(false) #endif // else _WIN32 { } |