X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Foutput_latex.h;h=cf37173604b2b03bd4daa4447fd774f16532ba72;hb=a17dfeee0ea15100be4ff615339f96c2f7db9598;hp=1dd96898511e3ea078d715a11db7460d87db3988;hpb=43a6fe8375882bd0719994b3cb31e0895209a361;p=lyx.git diff --git a/src/output_latex.h b/src/output_latex.h index 1dd9689851..cf37173604 100644 --- a/src/output_latex.h +++ b/src/output_latex.h @@ -91,7 +91,8 @@ void TeXOnePar(Buffer const & buf, otexstream & os, OutputParams const & runparams, std::string const & everypar = std::string(), - int start_pos = -1, int end_pos = -1); + int start_pos = -1, int end_pos = -1, + bool const force = false); } // namespace lyx