]> git.lyx.org Git - lyx.git/blobdiff - src/output_latex.h
BufferParams.cpp: fix bug 3568:
[lyx.git] / src / output_latex.h
index ca6618c7a727bc707999895de5598eb628b28167..70045d304f77ce3df0128d2f436b7da5958cfc16 100644 (file)
@@ -12,8 +12,6 @@
 #ifndef OUTPUT_LATEX_H
 #define OUTPUT_LATEX_H
 
-#include "ParagraphList_fwd.h"
-
 #include "support/docstream.h"
 
 
@@ -22,6 +20,8 @@ namespace lyx {
 class Buffer;
 class BufferParams;
 class Encoding;
+class Paragraph;
+class ParagraphList;
 class OutputParams;
 class TexRow;
 
@@ -45,7 +45,8 @@ void latexParagraphs(Buffer const & buf,
 /// Switch the encoding of \p os from \p oldEnc to \p newEnc if needed.
 /// \return the number of characters written to \p os.
 int switchEncoding(odocstream & os, BufferParams const & bparams,
-                   Encoding const & oldEnc, Encoding const & newEnc);
+                   bool moving_arg, Encoding const & oldEnc,
+                   Encoding const & newEnc);
 
 } // namespace lyx