]> git.lyx.org Git - lyx.git/blobdiff - src/Layout.h
Introduce NeedCProtect -1 layout option
[lyx.git] / src / Layout.h
index 0c0b4ae0ef89f29a88c3ffafa16b6474077ecb9d..c8e3181cc1cfb035377ed2b10343c684117305cf 100644 (file)
@@ -400,6 +400,9 @@ public:
        /** true when the verbatim stuff of this layout needs to be
            \cprotect'ed. */
        bool needcprotect;
+       /** true when the verbatim stuff of this layout never should be
+           \cprotect'ed. */
+       bool nocprotect;
        /** true when specific commands in this paragraph need to be
            protected in an \mbox. */
        bool needmboxprotect;