Since wxConditionInternal is a friend of wxMutex and wxMutex has copy
authorRobin Dunn <robin@alldunn.com>
Wed, 3 Apr 2002 01:16:04 +0000 (01:16 +0000)
committerRobin Dunn <robin@alldunn.com>
Wed, 3 Apr 2002 01:16:04 +0000 (01:16 +0000)
commit11632c43fa1605c15419f1b0fa9f9e970c0be827
treea86650c08535b5c7ded9cbe4c75b31dd442cb161
parent10671c679165dd40b32f118b0ebca5281496f147
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
src/msw/thread.cpp