X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Foutput.h;h=4320943ea62e885a2b8c9b234d2c14f30eb32d77;hb=c26c7602e4b5139ad8a98e77d97cf47ba67588d2;hp=2ab3058fbbec35efa16d1291ce13fa2ae8be5da9;hpb=f1cba8ff64b369792fd49f5ddf90e8126ab476ac;p=lyx.git diff --git a/src/output.h b/src/output.h index 2ab3058fbb..4320943ea6 100644 --- a/src/output.h +++ b/src/output.h @@ -20,7 +20,7 @@ namespace lyx { namespace support { class FileName; } bool openFileWrite(std::ofstream & ofs, support::FileName const & fname); -bool openFileWrite(odocfstream & ofs, support::FileName const & fname); +bool openFileWrite(ofdocstream & ofs, support::FileName const & fname); } // namespace lyx