Since wxConditionInternal is a friend of wxMutex and wxMutex has copy
prevention, then wxConditionInternal needs copy protection too so the default copy and assignment won't generate link errors. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14918 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
10671c6791
commit
11632c43fa
@ -371,6 +371,8 @@ private:
|
|||||||
wxMutex& m_mutex;
|
wxMutex& m_mutex;
|
||||||
|
|
||||||
wxSemaphore m_semaphore;
|
wxSemaphore m_semaphore;
|
||||||
|
|
||||||
|
DECLARE_NO_COPY_CLASS(wxConditionInternal)
|
||||||
};
|
};
|
||||||
|
|
||||||
wxConditionInternal::wxConditionInternal(wxMutex& mutex)
|
wxConditionInternal::wxConditionInternal(wxMutex& mutex)
|
||||||
|
Loading…
Reference in New Issue
Block a user