]> git.lyx.org Git - lyx.git/blobdiff - src/lyxlayout.h
another safety belt
[lyx.git] / src / lyxlayout.h
index 2566ece2ede3d49a0c1d05e7bdd27e288f96cf37..cd9193a4f6435df55a9552853b2a69e5738244cb 100644 (file)
@@ -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_;