summaryrefslogtreecommitdiffstats
path: root/src/OSSupport/Thread.h
diff options
context:
space:
mode:
authorSamuel Barney <samjbarney@gmail.com>2014-03-25 17:33:52 +0100
committerSamuel Barney <samjbarney@gmail.com>2014-03-25 17:33:52 +0100
commitd77a6417f62990f5c986e03a7e226c03b5a74fb8 (patch)
tree412ca6ca954c44945f6e672482852d9df1c1cc87 /src/OSSupport/Thread.h
parentMerge pull request #828 from mc-server/Wither (diff)
downloadcuberite-d77a6417f62990f5c986e03a7e226c03b5a74fb8.tar
cuberite-d77a6417f62990f5c986e03a7e226c03b5a74fb8.tar.gz
cuberite-d77a6417f62990f5c986e03a7e226c03b5a74fb8.tar.bz2
cuberite-d77a6417f62990f5c986e03a7e226c03b5a74fb8.tar.lz
cuberite-d77a6417f62990f5c986e03a7e226c03b5a74fb8.tar.xz
cuberite-d77a6417f62990f5c986e03a7e226c03b5a74fb8.tar.zst
cuberite-d77a6417f62990f5c986e03a7e226c03b5a74fb8.zip
Diffstat (limited to 'src/OSSupport/Thread.h')
-rw-r--r--src/OSSupport/Thread.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/OSSupport/Thread.h b/src/OSSupport/Thread.h
index 3c9316424..4153b2427 100644
--- a/src/OSSupport/Thread.h
+++ b/src/OSSupport/Thread.h
@@ -23,4 +23,4 @@ private:
cEvent* m_StopEvent;
AString m_ThreadName;
-}; \ No newline at end of file
+};