summaryrefslogtreecommitdiffstats
path: root/source/cThread.h
diff options
context:
space:
mode:
authormadmaxoft@gmail.com <madmaxoft@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6>2012-07-15 22:32:50 +0200
committermadmaxoft@gmail.com <madmaxoft@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6>2012-07-15 22:32:50 +0200
commit265a9693914b0c6a2324f077c38e97e4cf10bf88 (patch)
tree3f9176e45fff75f1d19b29324dd8be6ae68c9c36 /source/cThread.h
parentWorld threads are stopped before the plugin mgr for clean exit (FS #228) (diff)
downloadcuberite-265a9693914b0c6a2324f077c38e97e4cf10bf88.tar
cuberite-265a9693914b0c6a2324f077c38e97e4cf10bf88.tar.gz
cuberite-265a9693914b0c6a2324f077c38e97e4cf10bf88.tar.bz2
cuberite-265a9693914b0c6a2324f077c38e97e4cf10bf88.tar.lz
cuberite-265a9693914b0c6a2324f077c38e97e4cf10bf88.tar.xz
cuberite-265a9693914b0c6a2324f077c38e97e4cf10bf88.tar.zst
cuberite-265a9693914b0c6a2324f077c38e97e4cf10bf88.zip
Diffstat (limited to 'source/cThread.h')
-rw-r--r--source/cThread.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/cThread.h b/source/cThread.h
index 5707e4bac..3c9316424 100644
--- a/source/cThread.h
+++ b/source/cThread.h
@@ -22,5 +22,5 @@ private:
cEvent* m_Event;
cEvent* m_StopEvent;
- char* m_ThreadName;
+ AString m_ThreadName;
}; \ No newline at end of file