]> git.lyx.org Git - lyx.git/blobdiff - src/output_xhtml.h
Already done
[lyx.git] / src / output_xhtml.h
index 6ebb018f5993e8b485c198d3bdcbf7339e9625a4..a3b8eb824e90468b7b5c75d337312b1db3eeee04 100644 (file)
@@ -18,10 +18,10 @@ namespace lyx {
 
 class Buffer;
 class OutputParams;
-class ParagraphList;
+class Text;
 
 ///
-void xhtmlParagraphs(ParagraphList const & subset,
+void xhtmlParagraphs(Text const & text,
                       Buffer const & buf,
                       odocstream & os,
                       OutputParams const & runparams);