X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Flyxlayout.h;h=cd9193a4f6435df55a9552853b2a69e5738244cb;hb=ac103f15a7cead429a7b2ee1f75d67cc988ec81d;hp=2566ece2ede3d49a0c1d05e7bdd27e288f96cf37;hpb=8a91f206c61f68764abce8cfa4a012c14293fe83;p=lyx.git diff --git a/src/lyxlayout.h b/src/lyxlayout.h index 2566ece2ed..cd9193a4f6 100644 --- a/src/lyxlayout.h +++ b/src/lyxlayout.h @@ -188,6 +188,9 @@ public: LYX_LATEX_TYPES latextype; /// Does this object belong in the title part of the document? bool intitle; + /// Does this layout allow for an optional parameter? + int optionalargs; + private: /// Name of the layout/paragraph environment string name_;