From 4feb361314bd0208d1faa6b0b602ad8fd3594b51 Mon Sep 17 00:00:00 2001 From: Francesco Montorsi Date: Sun, 9 Mar 2008 11:58:39 +0000 Subject: [PATCH] fix missing end brace git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52405 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- docs/latex/wx/archive.tex | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/docs/latex/wx/archive.tex b/docs/latex/wx/archive.tex index 4bf1f0fc26..1b9ad6c750 100644 --- a/docs/latex/wx/archive.tex +++ b/docs/latex/wx/archive.tex @@ -488,10 +488,9 @@ class wxArchiveIterator // template parameter 'Arc' should be the type of an archive input stream wxArchiveIterator(Arc& arc) { - - /* ... */ + // ... + } }; - \end{verbatim} The first template parameter should be the type of archive input stream @@ -507,7 +506,6 @@ The {\tt } header defines the following typedefs: typedef wxArchiveIterator > wxArchivePairIter; - \end{verbatim} The header for any implementation of this interface should define similar -- 2.45.2