X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Foutput.h;h=4320943ea62e885a2b8c9b234d2c14f30eb32d77;hb=44dc38e120e04b7a6b1d275ff8e2f69993739b31;hp=4b39c9c8fdc94bd5bc78548abe9fcdc50148e2b0;hpb=34b7650cbbe6a9ed2de812e75771451b8c8fe983;p=lyx.git diff --git a/src/output.h b/src/output.h index 4b39c9c8fd..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. */ @@ -14,7 +14,15 @@ #include "support/docstream.h" -bool openFileWrite(std::ofstream & ofs, std::string const & fname); -bool openFileWrite(lyx::odocfstream & ofs, std::string const & fname); + +namespace lyx { + +namespace support { class FileName; } + +bool openFileWrite(std::ofstream & ofs, support::FileName const & fname); +bool openFileWrite(ofdocstream & ofs, support::FileName const & fname); + + +} // namespace lyx #endif