X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Foutput.h;h=4320943ea62e885a2b8c9b234d2c14f30eb32d77;hb=3d4076b598deb18660e50ec9c327efc3b15f15d0;hp=b2294e6de66c8e0e92926391276973812ae9e777;hpb=6c300f72a217722652dc27db9108e1050028979c;p=lyx.git diff --git a/src/output.h b/src/output.h index b2294e6de6..4320943ea6 100644 --- a/src/output.h +++ b/src/output.h @@ -4,7 +4,7 @@ * This file is part of LyX, the document processor. * Licence details can be found in the file COPYING. * - * \author Lars Gullik Bjønnes + * \author Lars Gullik Bjønnes * * Full author contact details are available in file CREDITS. */ @@ -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(ofdocstream & ofs, support::FileName const & fname); } // namespace lyx