X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FOutputParams.h;h=16fe7c4a765a03d75c64401aceda0c90d5f179a3;hb=fb90076e9065018ee0ef9e16bae2a5d9dcc9436d;hp=e5e9ad0813d0b631b871ba18b72df4999564c67f;hpb=897b2e73a1d547311db6cb83097d351c9d3676ef;p=lyx.git diff --git a/src/OutputParams.h b/src/OutputParams.h index e5e9ad0813..16fe7c4a76 100644 --- a/src/OutputParams.h +++ b/src/OutputParams.h @@ -275,6 +275,9 @@ public: /// Are we generating this material for use by advanced search? bool for_search; + /// Are we generating this material for instant preview? + bool for_preview; + /// Include all children notwithstanding the use of \includeonly bool includeall;