]> git.lyx.org Git - lyx.git/blobdiff - src/output.h
Provide proper fallback if a bibliography processor is not found
[lyx.git] / src / output.h
index 2ab3058fbbec35efa16d1291ce13fa2ae8be5da9..4320943ea62e885a2b8c9b234d2c14f30eb32d77 100644 (file)
@@ -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