X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FParagraph.h;h=65c0190d62ba1185a5b98e92f648179a281ba034;hb=69036ced3765f40048d62be800c98af3ea2d1b4a;hp=d2e7bc60732d4afd2cbda8d79d33f1033bf561fe;hpb=c952f9a7be7354ae2884cc6eb732fea53ee62341;p=lyx.git diff --git a/src/Paragraph.h b/src/Paragraph.h index d2e7bc6073..65c0190d62 100644 --- a/src/Paragraph.h +++ b/src/Paragraph.h @@ -144,7 +144,7 @@ public: void validate(LaTeXFeatures &) const; /// \param force means: output even if layout.inpreamble is true. - bool latex(BufferParams const &, Font const & outerfont, odocstream &, + void latex(BufferParams const &, Font const & outerfont, odocstream &, TexRow & texrow, OutputParams const &, int start_pos = 0, int end_pos = -1, bool force = false) const;