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