]> git.lyx.org Git - lyx.git/blobdiff - src/output_latex.h
hopefully fix tex2lyx linking.
[lyx.git] / src / output_latex.h
index f2a47b0de31e4ca81e261b1646b0bd4f5698af44..185b737d2096d1cda88608e67c46a5d621ad723c 100644 (file)
 
 #include "ParagraphList_fwd.h"
 
-#include <string>
+#include "support/docstream.h"
+
+
+namespace lyx {
 
 class Buffer;
 class OutputParams;
@@ -24,9 +27,12 @@ class TexRow;
 
 void latexParagraphs(Buffer const & buf,
                     ParagraphList const & paragraphs,
-                    std::ostream & ofs,
+                    odocstream & ofs,
                     TexRow & texrow,
                     OutputParams const &,
                     std::string const & everypar = std::string());
 
+
+} // namespace lyx
+
 #endif