From 828be7d08c886347641d8bba675993caf5a13d1a Mon Sep 17 00:00:00 2001 From: ZoranAleksov Date: Tue, 7 Feb 2012 15:33:42 +0100 Subject: Delivery must be compliant with Mac OS Lion Porting of loader communication to Mac OS Lion ST-Ericsson ID: 358802 ST-Ericsson FOSS-OUT ID: NA Change-Id: I2aee1b2519cb9bfd07940bdf5a9fc55d78bba7da Depends-On: Ic1d148824eed95ed65259fc694e52f0729045208 Reviewed-on: http://gerrit.lud.stericsson.com/gerrit/44893 Reviewed-by: QABUILD Tested-by: Cvetko MLADENOVSKI Reviewed-by: Viktor MLADENOVSKI --- source/api_wrappers/linux/CSemaphore.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/api_wrappers/linux/CSemaphore.h') diff --git a/source/api_wrappers/linux/CSemaphore.h b/source/api_wrappers/linux/CSemaphore.h index 24af4ad..0abe5dd 100644 --- a/source/api_wrappers/linux/CSemaphore.h +++ b/source/api_wrappers/linux/CSemaphore.h @@ -19,7 +19,7 @@ public: DWORD Wait(DWORD timeout = INFINITE); private: - sem_t m_semaphore; + sem_t* m_semaphore; }; #endif /* _CSEMAPHORE_H */ -- cgit v1.2.3