]> git.saurik.com Git - wxWidgets.git/commitdiff
Corrected some tex errors
authorRobin Dunn <robin@alldunn.com>
Wed, 24 Sep 2003 19:43:00 +0000 (19:43 +0000)
committerRobin Dunn <robin@alldunn.com>
Wed, 24 Sep 2003 19:43:00 +0000 (19:43 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23896 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/latex/wx/scpdptr.tex

index 8f9ebf4185721bb89ef827bd160aeb93136dfef5..87b69270d6a64423b6599d3742dc01acfd68826b 100644 (file)
@@ -1,4 +1,4 @@
-\section{\class{wxScopedPtr}}\label{wxscopedptr}
+{\section{\class{wxScopedPtr}}\label{wxscopedptr}
 
 This is a simple scoped smart pointer implementation that is similar to 
 the \urlref{Boost}{http://www.boost.org/} smart pointers but rewritten to
@@ -92,11 +92,11 @@ Creates the smart pointer with the given pointer or none if {\tt NULL}.  On
 compilers that support it, this uses the explicit keyword.
 
 
-\membersection{wxScopedPtr::\destruct{wxScopedPtr}
+\membersection{wxScopedPtr::\destruct{wxScopedPtr}}
 
 \func{}{\destruct{wxScopedPtr}}{\void}
 
-Destructor frees the pointer help by this object if it is not {\t NULL}.
+Destructor frees the pointer help by this object if it is not {\tt NULL}.
 
 
 \membersection{wxScopedPtr::release}