]> git.lyx.org Git - lyx.git/blobdiff - src/OutputParams.h
Fix a crash when closing tabs
[lyx.git] / src / OutputParams.h
index 05eed6b687eb8b159bd3954bf8d0795479282193..48ad61e7d9e7f0efb72c09f12d207dfb96a13ae1 100644 (file)
@@ -393,6 +393,9 @@ public:
        /// Some parameters are output before the rest of the paragraph, they should not be generated a second time.
        std::set<InsetArgument const *> docbook_prepended_arguments = {};
 
+       /// Some parameters are output after the rest of the paragraph, they should not be generated a second time.
+       std::set<InsetArgument const *> docbook_appended_arguments = {};
+
        /// Are we generating this material for inclusion in a TOC-like entity?
        bool for_toc = false;