]> git.lyx.org Git - lyx.git/blobdiff - src/OutputParams.h
* fix missing entry in ia.po
[lyx.git] / src / OutputParams.h
index 7e578c3b0c07293f7162952ba1f78278de1f1a28..9a9577f560fc29d2a8af3e9576b0bfdae0097b18 100644 (file)
@@ -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;
 };