X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Finsets%2FExternalSupport.h;h=9c282e8418c291af01fb9fc1515d9b54223cf20d;hb=d8a6b5bfd0baa02a4ba03f8c9e9c618baf41b03f;hp=e2a8d66b00f65d636ee90880bc7de6f3ed45b769;hpb=3b9338a3a8ba33fbbdf2c77cbffb3ff50d8fad86;p=lyx.git diff --git a/src/insets/ExternalSupport.h b/src/insets/ExternalSupport.h index e2a8d66b00..9c282e8418 100644 --- a/src/insets/ExternalSupport.h +++ b/src/insets/ExternalSupport.h @@ -13,14 +13,14 @@ #ifndef EXTERNALSUPPORT_H #define EXTERNALSUPPORT_H -#include -#include +#include "support/docstream.h" + +namespace lyx { class Buffer; class ExportData; class InsetExternalParams; -namespace lyx { namespace external { class Template; @@ -63,10 +63,10 @@ std::string const doSubstitution(InsetExternalParams const & params, int writeExternal(InsetExternalParams const &, std::string const & format, Buffer const &, - std::ostream &, + odocstream &, ExportData &, bool external_in_tmpdir, - bool external_in_comment); + bool dryrun); } // namespace external } // namespace lyx