From 265a9693914b0c6a2324f077c38e97e4cf10bf88 Mon Sep 17 00:00:00 2001 From: "madmaxoft@gmail.com" Date: Sun, 15 Jul 2012 20:32:50 +0000 Subject: cThread uses AString instead of char * for name (fixed a warning) git-svn-id: http://mc-server.googlecode.com/svn/trunk@670 0a769ca7-a7f5-676a-18bf-c427514a06d6 --- source/cThread.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/cThread.h') 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 -- cgit v1.2.3