summaryrefslogtreecommitdiff
path: root/source/api_wrappers/linux/CThreadWrapper.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/api_wrappers/linux/CThreadWrapper.h')
-rw-r--r--source/api_wrappers/linux/CThreadWrapper.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/api_wrappers/linux/CThreadWrapper.h b/source/api_wrappers/linux/CThreadWrapper.h
index aabadcc..c7bfe01 100644
--- a/source/api_wrappers/linux/CThreadWrapper.h
+++ b/source/api_wrappers/linux/CThreadWrapper.h
@@ -10,12 +10,12 @@
#include "CEventObject.h"
#include <pthread.h>
-typedef void*(*StartAddress_t)(void *);
+typedef void *(*StartAddress_t)(void *);
class CThreadWrapper : public CWaitableObject
{
public:
- CThreadWrapper(void*(* pStartAddress)(void *), void *pArgument);
+ CThreadWrapper(void * (* pStartAddress)(void *), void *pArgument);
~CThreadWrapper();
void ResumeThread();
void SuspendThread();