X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Finsets%2FInsetMarginal.h;h=38e1a9c50a067590c3f53ebfe10c726acb9cda7c;hb=e30db1e44474ee379bedb0d1c752297541156497;hp=8f7c89a52a31fe23f81d5810e80506451abc6f8e;hpb=ecef54500d4d77baf4fa47eac2253679875ac08c;p=lyx.git diff --git a/src/insets/InsetMarginal.h b/src/insets/InsetMarginal.h index 8f7c89a52a..38e1a9c50a 100644 --- a/src/insets/InsetMarginal.h +++ b/src/insets/InsetMarginal.h @@ -36,7 +36,7 @@ public: /// int docbook(odocstream &, OutputParams const & runparams) const; /// - void addToToc(DocIterator const &) const; + void addToToc(DocIterator const & di, bool output_active) const; private: /// Inset * clone() const { return new InsetMarginal(*this); }