X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Finsets%2FInsetFoot.h;h=7a6576b7bf4b8acc8b23ffa2a419902cf6a40fef;hb=0362c6aae73c293d1c20277c12d362acfe0b2ef6;hp=172efd6e06d25bbb2ba98c2f270daecfeb3b0ec9;hpb=f7b1c86393d890d5d473279d88e26bb78f8c1275;p=lyx.git diff --git a/src/insets/InsetFoot.h b/src/insets/InsetFoot.h index 172efd6e06..7a6576b7bf 100644 --- a/src/insets/InsetFoot.h +++ b/src/insets/InsetFoot.h @@ -42,6 +42,8 @@ public: virtual docstring const editMessage() const; /// Update the counters of this inset and of its contents void updateLabels(Buffer const &, ParIterator const &); + /// + void addToToc(Buffer const &, ParConstIterator const &) const; protected: InsetFoot(InsetFoot const &);