X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Foutput_plaintext.h;h=682a94794f98b700757ed8c896c971559c3ff4ce;hb=104051c151f7c3b37ca4febdb2bc3878f0d6a9b5;hp=16eb1414f1ff82ca9f9f7f36abce587e24b916b9;hpb=6c300f72a217722652dc27db9108e1050028979c;p=lyx.git diff --git a/src/output_plaintext.h b/src/output_plaintext.h index 16eb1414f1..682a94794f 100644 --- a/src/output_plaintext.h +++ b/src/output_plaintext.h @@ -17,13 +17,15 @@ namespace lyx { +namespace support { class FileName; } + class Buffer; class OutputParams; class Paragraph; /// -void writeFileAscii(Buffer const & buf, std::string const &, +void writeFileAscii(Buffer const & buf, support::FileName const &, OutputParams const &); ///