]> git.saurik.com Git - wxWidgets.git/commitdiff
fixed wxMutexLocker ctor signature (patch 660549)
authorVadim Zeitlin <vadim@wxwidgets.org>
Thu, 2 Jan 2003 01:00:17 +0000 (01:00 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Thu, 2 Jan 2003 01:00:17 +0000 (01:00 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@18500 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/latex/wx/mutexlck.tex

index 5fa53b7354c2f8f9720b781b80a75351ba7efe36..9afd4af63490c5af961c1ec0cd09ed1f676b5f9e 100644 (file)
@@ -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}