]> git.lyx.org Git - lyx.git/blobdiff - src/output_plaintext.cpp
Fix bug #6063: Keylogger lyx::lyxbreaker: Crash in Math.
[lyx.git] / src / output_plaintext.cpp
index 3ff3771049b5b49a31f18b2f5cd08abd7568b9fa..97e3ab11270c5fab649507d74e8ae2a679c32a88 100644 (file)
@@ -34,7 +34,7 @@ namespace lyx {
 void writePlaintextFile(Buffer const & buf, FileName const & fname,
        OutputParams const & runparams)
 {
-       odocfstream ofs;
+       ofdocstream ofs;
        if (!openFileWrite(ofs, fname))
                return;
        writePlaintextFile(buf, ofs, runparams);