summaryrefslogtreecommitdiffstats
path: root/src/OSSupport/NetworkSingleton.h
diff options
context:
space:
mode:
authorMattes D <github@xoft.cz>2016-06-26 15:51:12 +0200
committerworktycho <work.tycho@gmail.com>2016-06-26 15:51:12 +0200
commit1462e4f70e6bc8e42f6a5b5e959b7e34f2774a73 (patch)
treeb94e203e895c25d7724c3db71564fcbf4027fb9e /src/OSSupport/NetworkSingleton.h
parentMerge pull request #3240 from cuberite/grownvisualizer (diff)
downloadcuberite-1462e4f70e6bc8e42f6a5b5e959b7e34f2774a73.tar
cuberite-1462e4f70e6bc8e42f6a5b5e959b7e34f2774a73.tar.gz
cuberite-1462e4f70e6bc8e42f6a5b5e959b7e34f2774a73.tar.bz2
cuberite-1462e4f70e6bc8e42f6a5b5e959b7e34f2774a73.tar.lz
cuberite-1462e4f70e6bc8e42f6a5b5e959b7e34f2774a73.tar.xz
cuberite-1462e4f70e6bc8e42f6a5b5e959b7e34f2774a73.tar.zst
cuberite-1462e4f70e6bc8e42f6a5b5e959b7e34f2774a73.zip
Diffstat (limited to 'src/OSSupport/NetworkSingleton.h')
-rw-r--r--src/OSSupport/NetworkSingleton.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/OSSupport/NetworkSingleton.h b/src/OSSupport/NetworkSingleton.h
index 75713d261..3c8f5f660 100644
--- a/src/OSSupport/NetworkSingleton.h
+++ b/src/OSSupport/NetworkSingleton.h
@@ -129,7 +129,7 @@ protected:
std::thread m_EventLoopThread;
/** Event that is signalled once the startup is finished and the LibEvent loop is running. */
- UniquePtr<cEvent> m_StartupEvent;
+ cEvent m_StartupEvent;
/** Converts LibEvent-generated log events into log messages in MCS log. */