fix missing end brace
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52405 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -488,10 +488,9 @@ class wxArchiveIterator
|
|||||||
|
|
||||||
// template parameter 'Arc' should be the type of an archive input stream
|
// template parameter 'Arc' should be the type of an archive input stream
|
||||||
wxArchiveIterator(Arc& arc) {
|
wxArchiveIterator(Arc& arc) {
|
||||||
|
// ...
|
||||||
/* ... */
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
\end{verbatim}
|
\end{verbatim}
|
||||||
|
|
||||||
The first template parameter should be the type of archive input stream
|
The first template parameter should be the type of archive input stream
|
||||||
@@ -507,7 +506,6 @@ The {\tt <wx/archive.h>} header defines the following typedefs:
|
|||||||
|
|
||||||
typedef wxArchiveIterator<wxArchiveInputStream,
|
typedef wxArchiveIterator<wxArchiveInputStream,
|
||||||
std::pair<wxString, wxArchiveEntry*> > wxArchivePairIter;
|
std::pair<wxString, wxArchiveEntry*> > wxArchivePairIter;
|
||||||
|
|
||||||
\end{verbatim}
|
\end{verbatim}
|
||||||
|
|
||||||
The header for any implementation of this interface should define similar
|
The header for any implementation of this interface should define similar
|
||||||
|
Reference in New Issue
Block a user