]> git.lyx.org Git - lyx.git/blobdiff - src/output_docbook.h
* support/qstring_helpers.h: erase ucs4_to_qstring() method.
[lyx.git] / src / output_docbook.h
index dd6090fe2a93ad5a5b5e2eec3dd07ead52f5e5d6..c3c4dc5e2d18f1841bb7b91b62432cd0b8427027 100644 (file)
 
 #include <iosfwd>
 
+
+namespace lyx {
+
 class Buffer;
 class OutputParams;
 
 ///
 void docbookParagraphs(ParagraphList const & subset,
                       Buffer const & buf,
-                      lyx::odocstream & os,
+                      odocstream & os,
                       OutputParams const & runparams);
+
+} // namespace lyx
+
 #endif