From: Vadim Zeitlin Date: Thu, 2 Jan 2003 01:00:17 +0000 (+0000) Subject: fixed wxMutexLocker ctor signature (patch 660549) X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/047f39deb9f5b63cb3e9f87e9e31f80b5d28ebd6 fixed wxMutexLocker ctor signature (patch 660549) git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@18500 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/docs/latex/wx/mutexlck.tex b/docs/latex/wx/mutexlck.tex index 5fa53b7354..9afd4af634 100644 --- a/docs/latex/wx/mutexlck.tex +++ b/docs/latex/wx/mutexlck.tex @@ -23,10 +23,10 @@ None. \membersection{wxMutexLocker::wxMutexLocker}\label{wxmutexlockerctor} -\func{}{wxMutexLocker}{\param{wxMutex *}{mutex}} +\func{}{wxMutexLocker}{\param{wxMutex\&}{ mutex}} -Constructs a wxMutexLocker object associated with mutex which must be non-NULL -and locks it. Call \helpref{IsLocked}{wxmutexlockerisok} to check if the mutex was +Constructs a wxMutexLocker object associated with mutex and locks it. +Call \helpref{IsLocked}{wxmutexlockerisok} to check if the mutex was successfully locked. \membersection{wxMutexLocker::\destruct{wxMutexLocker}}\label{wxmutexlockerdtor}