]> git.lyx.org Git - lyx.git/blobdiff - src/Layout.h
Fix build with GNU libstdc++ C++11 ABI
[lyx.git] / src / Layout.h
index 0f5ebbf86b43a20cd6eb8d8be73c8462406c4987..a458f2f6dc07619faa180273f6e3fa78c22b6924 100644 (file)
@@ -104,6 +104,7 @@ public:
                FontInfo font;
                FontInfo labelfont;
                bool autoinsert;
+               docstring pass_thru_chars;
        };
        ///
        typedef std::map<std::string, latexarg> LaTeXArgMap;
@@ -285,6 +286,8 @@ public:
        bool free_spacing;
        ///
        bool pass_thru;
+       /// Individual chars to be passed verbatim
+       docstring pass_thru_chars;
        ///
        bool parbreak_is_newline;
        /// show this in toc
@@ -440,7 +443,7 @@ private:
        mutable std::string defaultcssclass_;
        /// This is the `category' for this layout. The following are
        /// recommended basic categories: FrontMatter, BackMatter, MainText,
-       /// Section, Starred, List, Theorem.
+       /// Sectioning, Starred, List, Reasoning.
        docstring category_;
        /// Macro definitions needed for this layout
        docstring preamble_;