From: Robin Dunn Date: Wed, 24 Sep 2003 19:59:03 +0000 (+0000) Subject: Oops, I left an extra { in there. X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/3684ade82ec6f5fb7ff72341e26060b6ea0793c8 Oops, I left an extra { in there. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23897 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/docs/latex/wx/scpdptr.tex b/docs/latex/wx/scpdptr.tex index 87b69270d6..ae7edccf23 100644 --- a/docs/latex/wx/scpdptr.tex +++ b/docs/latex/wx/scpdptr.tex @@ -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