X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Foutput_latex.h;h=185b737d2096d1cda88608e67c46a5d621ad723c;hb=35204f8f33d7400a5fefeffea533fb4cb4097211;hp=05e2572d0784516415f77fd240145e38a4af81f2;hpb=8b67659646c6850377cb9f44a2a0a22c0e80840c;p=lyx.git diff --git a/src/output_latex.h b/src/output_latex.h index 05e2572d07..185b737d20 100644 --- a/src/output_latex.h +++ b/src/output_latex.h @@ -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