X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Foutput.cpp;h=149ba78cea6e9a7fbf3b196784bf20b9cbe635eb;hb=f37a1b8aeaf8f3a3a66a22bf0b396f7d1ceca2ff;hp=67b0323b491c22e79a1994d7dc41e31edf862c2b;hpb=b89cc942eb458284f40f4d4e7db58890c3288979;p=lyx.git diff --git a/src/output.cpp b/src/output.cpp index 67b0323b49..149ba78cea 100644 --- a/src/output.cpp +++ b/src/output.cpp @@ -3,7 +3,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. */ @@ -16,6 +16,7 @@ #include "frontends/alert.h" +#include "support/FileName.h" #include "support/filetools.h" #include "support/lstrings.h" @@ -48,7 +49,7 @@ bool openFileWrite(ofstream & ofs, FileName const & fname) } -bool openFileWrite(odocfstream & ofs, FileName const & fname) +bool openFileWrite(ofdocstream & ofs, FileName const & fname) { return doOpenFileWrite(ofs, fname); }