X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FLayout.h;h=0f5ebbf86b43a20cd6eb8d8be73c8462406c4987;hb=f76d6997b710f7fb5180f0cd05415786de5d9417;hp=05f6cbd08a07f31b0cfb8154d20922f623e28d16;hpb=2928afbd01b58cfe639b8390081c9dfcd4fb3a0f;p=lyx.git diff --git a/src/Layout.h b/src/Layout.h index 05f6cbd08a..0f5ebbf86b 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; /// @@ -280,6 +280,8 @@ public: /// bool nextnoindent; /// + ToggleIndentation toggle_indent; + /// bool free_spacing; /// bool pass_thru;