]> git.lyx.org Git - features.git/commitdiff
Update comment slightly.
authorRichard Heck <rgheck@lyx.org>
Mon, 7 Apr 2014 14:57:22 +0000 (10:57 -0400)
committerRichard Heck <rgheck@lyx.org>
Mon, 21 Apr 2014 15:52:00 +0000 (11:52 -0400)
src/insets/InsetLayout.h

index 83bbb2d0de48ba29c340d38fff8173dcc7d2935d..9398e915822fc35b09f98dfb766e9a58cb228e7a 100644 (file)
@@ -92,8 +92,8 @@ public:
        /// Returns latexargs() + postcommandargs().
        /// 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.
        Layout::LaTeXArgMap args() const;
        ///