]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/crtslock.tex
Fixed ctor declaration : some default were missing
[wxWidgets.git] / docs / latex / wx / crtslock.tex
index 6a62153d4b111c083c439fe003d6ab56480cf5e1..a9515b8137201a1e96ed36c3ce76a8245b0e08d0 100644 (file)
@@ -10,20 +10,27 @@ and difficult to debug problems).
 
 None.
 
+\wxheading{Include files}
+
+<wx/thread.h>
+
 \wxheading{See also}
 
-\helpref{wxCriticalSection}{wxcriticalsection},
+\helpref{wxCriticalSection}{wxcriticalsection}, 
 \helpref{wxMutexLocker}{wxmutexlocker}
 
 \latexignore{\rtfignore{\wxheading{Members}}}
 
 \membersection{wxCriticalSectionLocker::wxCriticalSectionLocker}\label{wxcriticalsectionlockerctor}
+
 \func{}{wxCriticalSectionLocker}{\param{wxCriticalSection *}{criticalsection}}
 
 Constructs a wxCriticalSectionLocker object associated with given
 criticalsection which must be non NULL and enters it.
 
 \membersection{wxCriticalSectionLocker::\destruct{wxCriticalSectionLocker}}\label{wxcriticalsectionlockerdtor}
+
 \func{}{\destruct{wxCriticalSectionLocker}}{\void}
 
 Destuctor leaves the criticalsection.
+