X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Finsets%2FInsetCaptionable.h;h=94202e4e6cb46214813c8edf247c111860552674;hb=dc8c4f3eab6e01f3767de765423fda5e4d6c5124;hp=9e85f67f5ee0a7e3553f0b20f8f03eddd0b58676;hpb=9b7ccbfc8016398705583d6973395dfb46dceb8f;p=lyx.git diff --git a/src/insets/InsetCaptionable.h b/src/insets/InsetCaptionable.h index 9e85f67f5e..94202e4e6c 100644 --- a/src/insets/InsetCaptionable.h +++ b/src/insets/InsetCaptionable.h @@ -38,7 +38,8 @@ protected: /// are our captions subcaptions? virtual bool hasSubCaptions(ParIterator const &) const { return false; } /// - void addToToc(DocIterator const & di, bool output_active) const; + void addToToc(DocIterator const & di, bool output_active, + UpdateType utype) const; /// Update the counters of this inset and of its contents void updateBuffer(ParIterator const &, UpdateType); ///