X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Finsets%2FExternalSupport.h;h=9c282e8418c291af01fb9fc1515d9b54223cf20d;hb=d8a6b5bfd0baa02a4ba03f8c9e9c618baf41b03f;hp=5fcbe40407048e2f56cac7807a208bfbb7378743;hpb=8b67659646c6850377cb9f44a2a0a22c0e80840c;p=lyx.git diff --git a/src/insets/ExternalSupport.h b/src/insets/ExternalSupport.h index 5fcbe40407..9c282e8418 100644 --- a/src/insets/ExternalSupport.h +++ b/src/insets/ExternalSupport.h @@ -15,11 +15,12 @@ #include "support/docstream.h" +namespace lyx { + class Buffer; class ExportData; class InsetExternalParams; -namespace lyx { namespace external { class Template; @@ -62,10 +63,10 @@ std::string const doSubstitution(InsetExternalParams const & params, int writeExternal(InsetExternalParams const &, std::string const & format, Buffer const &, - lyx::odocstream &, + odocstream &, ExportData &, bool external_in_tmpdir, - bool external_in_comment); + bool dryrun); } // namespace external } // namespace lyx