X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Foutput.h;h=fea5e1bb04ffe4a61bb9a22f956c09e3fc018e34;hb=c68f3da771a54ef78bd309b8f1a81c374d2fea4c;hp=beecef7a3939124662d95b6557a7dfde0de12900;hpb=505cba7cad92cb466eff8ed42c4b6f8e7c0b0a69;p=lyx.git diff --git a/src/output.h b/src/output.h index beecef7a39..fea5e1bb04 100644 --- a/src/output.h +++ b/src/output.h @@ -12,9 +12,17 @@ #ifndef OUTPUT_H #define OUTPUT_H -#include -#include +#include "support/docstream.h" -bool openFileWrite(std::ofstream & ofs, std::string const & fname); + +namespace lyx { + +namespace support { class FileName; } + +bool openFileWrite(std::ofstream & ofs, support::FileName const & fname); +bool openFileWrite(odocfstream & ofs, support::FileName const & fname); + + +} // namespace lyx #endif