]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetLayout.h
Let the Foot inset have a different Layout when inside a title
[lyx.git] / 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;
        ///