]> git.lyx.org Git - lyx.git/blobdiff - src/output_docbook.h
* src/text2.C: deleteEmptyParagraphMechanism(): fix a crash in
[lyx.git] / src / output_docbook.h
index 45949f809cfbac5f57c453a0ee0e230aa0610602..c3c4dc5e2d18f1841bb7b91b62432cd0b8427027 100644 (file)
 #define OUTPUT_DOCBOOK_H
 
 #include "ParagraphList_fwd.h"
+#include "support/docstream.h"
 
 #include <iosfwd>
 
+
+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