X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Foutput.h;h=4320943ea62e885a2b8c9b234d2c14f30eb32d77;hb=52fee3556e63859f3ba52609e8f025a491767a81;hp=beecef7a3939124662d95b6557a7dfde0de12900;hpb=505cba7cad92cb466eff8ed42c4b6f8e7c0b0a69;p=lyx.git diff --git a/src/output.h b/src/output.h index beecef7a39..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. */ @@ -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(ofdocstream & ofs, support::FileName const & fname); + + +} // namespace lyx #endif