X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Finsets%2FExternalSupport.h;h=b28e42304e275e0f3d742c589a50072d0037aced;hb=e28331ed63062dea10d0a21b9ec12034b4b17b9a;hp=5fcbe40407048e2f56cac7807a208bfbb7378743;hpb=8b67659646c6850377cb9f44a2a0a22c0e80840c;p=lyx.git diff --git a/src/insets/ExternalSupport.h b/src/insets/ExternalSupport.h index 5fcbe40407..b28e42304e 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,7 +63,7 @@ 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);