]> git.lyx.org Git - lyx.git/blobdiff - src/output.cpp
lilypond.lyx : Document music fragment options.
[lyx.git] / src / output.cpp
index 6fb2fe373ecb082f53e0411eb280b5b33f30cde5..149ba78cea6e9a7fbf3b196784bf20b9cbe635eb 100644 (file)
@@ -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);
 }