From 39ac113ba1e066f9e50a9e58c604f7c86170e5ba Mon Sep 17 00:00:00 2001 From: Richard Heck Date: Mon, 7 Apr 2014 11:02:21 -0400 Subject: [PATCH] Update other comment. --- src/Layout.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Layout.h b/src/Layout.h index 05f6cbd08a..d0abcec6ab 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; /// -- 2.39.5