X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Foutput.h;h=4320943ea62e885a2b8c9b234d2c14f30eb32d77;hb=3f03f0a447e0f672025d78881d8a2790133ff47b;hp=97492883f98a4aaa814ec4e044f4c3d6580f175a;hpb=cd424d78530c9e38502ee7f989ef5c426c97ad61;p=lyx.git diff --git a/src/output.h b/src/output.h index 97492883f9..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,8 +12,17 @@ #ifndef OUTPUT_H #define OUTPUT_H -#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