]> git.lyx.org Git - lyx.git/blobdiff - src/OutputParams.h
installer: further preparation
[lyx.git] / src / OutputParams.h
index b34567014429999bed12994561c8cd7723e32f39..e492a991b1dae5517af84917371f5188baad76e5 100644 (file)
@@ -264,6 +264,9 @@ public:
        /// Are we generating this material for inclusion in a tooltip?
        bool for_tooltip;
 
+       /// Are we generating this material for use by advanced search?
+       bool for_search;
+
        /// Include all children notwithstanding the use of \includeonly
        bool includeall;