X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Foutput_plaintext.C;h=87919c0bf1e978dd76abd2f56bd7982bd1183ada;hb=104051c151f7c3b37ca4febdb2bc3878f0d6a9b5;hp=2f1a177439ea4d08d2dfa3a63b012804f33d7e69;hpb=6c300f72a217722652dc27db9108e1050028979c;p=lyx.git diff --git a/src/output_plaintext.C b/src/output_plaintext.C index 2f1a177439..87919c0bf1 100644 --- a/src/output_plaintext.C +++ b/src/output_plaintext.C @@ -31,15 +31,15 @@ using support::ascii_lowercase; using support::compare_ascii_no_case; using support::compare_no_case; using support::contains; +using support::FileName; using std::endl; using std::ostream; -using std::ofstream; using std::pair; using std::string; -void writeFileAscii(Buffer const & buf, string const & fname, +void writeFileAscii(Buffer const & buf, FileName const & fname, OutputParams const & runparams) { odocfstream ofs;