]> git.lyx.org Git - lyx.git/blobdiff - src/output_latex.h
DocBook: simplify precooked bibliography code.
[lyx.git] / src / output_latex.h
index cf37173604b2b03bd4daa4447fd774f16532ba72..a25499bd558edf5e12a07b5895add39e538d584a 100644 (file)
@@ -82,7 +82,7 @@ void latexParagraphs(Buffer const & buf,
 std::pair<bool, int> switchEncoding(odocstream & os,
                     BufferParams const & bparams,
                     OutputParams const &, Encoding const & newEnc,
-                    bool force = false);
+                    bool force = false, bool noswitchmacro = false);
 
 /// FIXME: this should not be visible.
 void TeXOnePar(Buffer const & buf,