changed wxCondition API to take a reference, not pointer, to wxMutex
authorVadim Zeitlin <vadim@wxwidgets.org>
Tue, 2 Apr 2002 15:37:57 +0000 (15:37 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Tue, 2 Apr 2002 15:37:57 +0000 (15:37 +0000)
commitc112e10026f5ad27704c1447be81b51664a0e070
treea9bd669698e961ffb25d9a1a8cdf4eedf4bc6af1
parentcd10339a234dd916a1c1f544ea1f364a8d3df3ae
changed wxCondition API to take a reference, not pointer, to wxMutex

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14909 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
docs/latex/wx/conditn.tex
include/wx/thread.h
samples/console/console.cpp
src/msw/thread.cpp
src/unix/threadpsx.cpp