diff options
Diffstat (limited to 'source/cThread.h')
-rw-r--r-- | source/cThread.h | 2 |
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 |