X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FOutputParams.h;h=9a9577f560fc29d2a8af3e9576b0bfdae0097b18;hb=f5669c0a3db80510085ee65df4618d6915317939;hp=7e578c3b0c07293f7162952ba1f78278de1f1a28;hpb=b536759c0769dab641993347baeb62400455be04;p=lyx.git diff --git a/src/OutputParams.h b/src/OutputParams.h index 7e578c3b0c..9a9577f560 100644 --- a/src/OutputParams.h +++ b/src/OutputParams.h @@ -363,6 +363,9 @@ public: /// Used to signal we need to output \end{TITLEBLOCK} when title /// environment is used. mutable bool issued_title_cmd; + /// Did we already issue the warning about mixing title and + /// non-title layouts? + mutable bool gave_layout_warning; };