X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Foutput.cpp;h=149ba78cea6e9a7fbf3b196784bf20b9cbe635eb;hb=5678dc566f8873b489c66ffa5772a74c387a6396;hp=6fb2fe373ecb082f53e0411eb280b5b33f30cde5;hpb=9439b6e6e0cf950aafe8ce8d76d380c543110db7;p=lyx.git diff --git a/src/output.cpp b/src/output.cpp index 6fb2fe373e..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. */ @@ -49,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); }