summaryrefslogtreecommitdiff
path: root/source/api_wrappers/linux/CThreadWrapper.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'source/api_wrappers/linux/CThreadWrapper.cpp')
-rw-r--r--source/api_wrappers/linux/CThreadWrapper.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/api_wrappers/linux/CThreadWrapper.cpp b/source/api_wrappers/linux/CThreadWrapper.cpp
index 3e95da8..ab3f69b 100644
--- a/source/api_wrappers/linux/CThreadWrapper.cpp
+++ b/source/api_wrappers/linux/CThreadWrapper.cpp
@@ -30,7 +30,7 @@
// Desc: CEventObject constructor which initializes the class members
// Ret:
// ******************************************************************************
-CThreadWrapper::CThreadWrapper(void*(*pStartAddress)(void *), void *pArgument)
+CThreadWrapper::CThreadWrapper(void * (*pStartAddress)(void *), void *pArgument)
{
m_pStartAddress = pStartAddress;
m_pArgument = pArgument;