]> git.lyx.org Git - lyx.git/blobdiff - src/output_latex.h
This is the first of a series of commits that will make InsetLayout a real class.
[lyx.git] / src / output_latex.h
index 886306fdd3ba872d07115c20c33d76e2308b78b6..9777eab0b4837f1f6dde0d37b1597918959765fc 100644 (file)
@@ -23,9 +23,9 @@ class Buffer;
 class BufferParams;
 class Encoding;
 class Paragraph;
-class ParagraphList;
 class OutputParams;
 class TexRow;
+class Text;
 
 /// Export up to \p number optarg insets
 int latexOptArgInsets(Buffer const & buf, Paragraph const & par,
@@ -38,7 +38,7 @@ int latexOptArgInsets(Buffer const & buf, Paragraph const & par,
     \sa Buffer::writeLaTeXSource for the reason.
  */
 void latexParagraphs(Buffer const & buf,
-                    ParagraphList const & paragraphs,
+                    Text const & text,
                     odocstream & ofs,
                     TexRow & texrow,
                     OutputParams const &,