(more) FreeBSD thread fixes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1865 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -151,9 +151,9 @@ public:
|
||||
WXCRITICAL_INLINE ~wxCriticalSection();
|
||||
|
||||
// enter the section (the same as locking a mutex)
|
||||
void WXCRITICAL_INLINE Enter();
|
||||
WXCRITICAL_INLINE void Enter();
|
||||
// leave the critical section (same as unlocking a mutex)
|
||||
void WXCRITICAL_INLINE Leave();
|
||||
WXCRITICAL_INLINE void Leave();
|
||||
|
||||
private:
|
||||
// no assignment operator nor copy ctor
|
||||
|
Reference in New Issue
Block a user