(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:
Vadim Zeitlin
1999-03-05 16:24:07 +00:00
parent 91845adaba
commit 68401dfe2c
3 changed files with 30 additions and 6 deletions

View File

@@ -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