]> git.lyx.org Git - lyx.git/blobdiff - src/BufferParams.h
Fix TOC output of math insets.
[lyx.git] / src / BufferParams.h
index bacda570b37b4a8880fbb873bea9e05430a64041..5055790ab351b790a1d36499739bbb81d7854124 100644 (file)
@@ -165,6 +165,9 @@ public:
        /// Clear the list of included children
        void clearIncludedChildren() { includedChildren_.clear(); }
 
+       /// update aux files of unincluded children (with \includeonly)
+       bool maintain_unincluded_children;
+
        /// returns the main font for the buffer (document)
        Font const getFont() const;