commit 39ac113ba1e066f9e50a9e58c604f7c86170e5ba
Author: Richard Heck <[email protected]>
Date: Mon Apr 7 11:02:21 2014 -0400
Update other comment.
diff --git a/src/Layout.h b/src/Layout.h
index 05f6cbd..d0abcec 100644
--- a/src/Layout.h
+++ b/src/Layout.h
@@ -116,8 +116,8 @@ public:
/// Returns latexargs() + postcommandargs() + itemargs().
/// But note that it returns a *copy*, not a reference, so do not do
/// anything like:
- /// Layout::LaTeXArgMap it = args().begin();
- /// Layout::LaTeXArgMap en = args().end();
+ /// Layout::LaTeXArgMap::iterator it = args().begin();
+ /// Layout::LaTeXArgMap::iterator en = args().end();
/// Those are iterators for different containers.
LaTeXArgMap args() const;
///