X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Foutput_docbook.h;h=c3c4dc5e2d18f1841bb7b91b62432cd0b8427027;hb=9f871ade6515cd8b105d75d2201142adf329d2fa;hp=45949f809cfbac5f57c453a0ee0e230aa0610602;hpb=9d6cad3fe60696d795280a886623fdc9a89f9de6;p=lyx.git diff --git a/src/output_docbook.h b/src/output_docbook.h index 45949f809c..c3c4dc5e2d 100644 --- a/src/output_docbook.h +++ b/src/output_docbook.h @@ -14,15 +14,22 @@ #define OUTPUT_DOCBOOK_H #include "ParagraphList_fwd.h" +#include "support/docstream.h" #include + +namespace lyx { + class Buffer; class OutputParams; /// void docbookParagraphs(ParagraphList const & subset, Buffer const & buf, - std::ostream & os, + odocstream & os, OutputParams const & runparams); + +} // namespace lyx + #endif