]> git.lyx.org Git - lyx.git/blobdiff - src/output_docbook.h
new \lyxline difinition, fixes also bug 1988:
[lyx.git] / src / output_docbook.h
index 41657ade8bc12f6c7bccea49a48c62c81b3995e6..c3c4dc5e2d18f1841bb7b91b62432cd0b8427027 100644 (file)
 #ifndef OUTPUT_DOCBOOK_H
 #define OUTPUT_DOCBOOK_H
 
+#include "ParagraphList_fwd.h"
+#include "support/docstream.h"
+
 #include <iosfwd>
 
+
+namespace lyx {
+
 class Buffer;
 class OutputParams;
-class ParagraphList;
 
 ///
 void docbookParagraphs(ParagraphList const & subset,
                       Buffer const & buf,
-                      std::ostream & os,
+                      odocstream & os,
                       OutputParams const & runparams);
+
+} // namespace lyx
+
 #endif