]> git.lyx.org Git - features.git/blobdiff - src/output_latex.h
Sanitize CJK support (fix bug 3561, 4349 and 4337):
[features.git] / src / output_latex.h
index 008564ed7942aede56fc44e352ad99be6d46bb64..db7f4ebb2d1e60550e511b0f6a8bd948023fc312 100644 (file)
@@ -48,7 +48,7 @@ void latexParagraphs(Buffer const & buf,
 /// \return (did the encoding change?, number of characters written to \p os)
 std::pair<bool, int> switchEncoding(odocstream & os, 
                     BufferParams const & bparams,
-                    bool moving_arg, Encoding const & oldEnc,
+                    OutputParams const &, Encoding const & oldEnc,
                     Encoding const & newEnc);
 
 } // namespace lyx