X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Foutput.h;h=fea5e1bb04ffe4a61bb9a22f956c09e3fc018e34;hb=e7f4618bcce770369cf46335c2c7f0164b4b8857;hp=b2294e6de66c8e0e92926391276973812ae9e777;hpb=6c300f72a217722652dc27db9108e1050028979c;p=lyx.git diff --git a/src/output.h b/src/output.h index b2294e6de6..fea5e1bb04 100644 --- a/src/output.h +++ b/src/output.h @@ -17,8 +17,10 @@ namespace lyx { -bool openFileWrite(std::ofstream & ofs, std::string const & fname); -bool openFileWrite(odocfstream & ofs, std::string const & fname); +namespace support { class FileName; } + +bool openFileWrite(std::ofstream & ofs, support::FileName const & fname); +bool openFileWrite(odocfstream & ofs, support::FileName const & fname); } // namespace lyx