]> git.lyx.org Git - lyx.git/blobdiff - src/lyxlayout.h
partial framebox support
[lyx.git] / src / lyxlayout.h
index 2566ece2ede3d49a0c1d05e7bdd27e288f96cf37..40b38ec7c1d5c58c3ab4d49df2cecb6b963e09c4 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_;