X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Finsets%2FInsetCaption.h;h=1d8775e8ed39e7544afbacdf2bd6568913ff31f8;hb=667560114752e668fbd59123faf9d454da632fb0;hp=97f2691629f863bbe44e19a7ecb5bf7db20449d5;hpb=c02f6bd8a7953a2d72f58a8c4204415e40b5aa74;p=lyx.git diff --git a/src/insets/InsetCaption.h b/src/insets/InsetCaption.h index 97f2691629..1d8775e8ed 100644 --- a/src/insets/InsetCaption.h +++ b/src/insets/InsetCaption.h @@ -79,9 +79,8 @@ private: docstring xhtml(XHTMLStream & os, OutputParams const & runparams) const; /// void setCustomLabel(docstring const & label); - /// \param output_active : is the toc being generated for use by the - /// output routines? - void addToToc(DocIterator const & di, bool output_active) const; + /// + void addToToc(DocIterator const & di, bool output_active, UpdateType utype) const; /// virtual bool forcePlainLayout(idx_type = 0) const { return true; } /// Captions don't accept alignment, spacing, etc.