]> git.lyx.org Git - lyx.git/blobdiff - src/Layout.h
Merge branch 'master' of git.lyx.org:lyx
[lyx.git] / src / Layout.h
index 05f6cbd08a07f31b0cfb8154d20922f623e28d16..d0abcec6abb2d7966062e8be2c9b9d3e8ba19056 100644 (file)
@@ -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;
        ///