X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Finsets%2FInsetFoot.h;h=f77ae3fedf2ed7c33472651079caed9fbc737811;hb=90f7007a2e6c78ffd031e4636ff909ab1bc2ddec;hp=01639bf7444672152d198f7d3c780e8869404ade;hpb=82c7e15e6444a8566a9b7b8053b830d03058383e;p=lyx.git diff --git a/src/insets/InsetFoot.h b/src/insets/InsetFoot.h index 01639bf744..f77ae3fedf 100644 --- a/src/insets/InsetFoot.h +++ b/src/insets/InsetFoot.h @@ -30,17 +30,17 @@ private: /// InsetCode lyxCode() const { return FOOT_CODE; } /// - docstring name() const { return from_ascii("Foot"); } + docstring layoutName() const { return from_ascii("Foot"); } /// - int latex(odocstream &, OutputParams const &) const; + void latex(otexstream &, OutputParams const &) const; /// int plaintext(odocstream &, OutputParams const &) const; /// int docbook(odocstream &, OutputParams const &) const; /// Update the counters of this inset and of its contents - void updateLabels(ParIterator const &); + void updateBuffer(ParIterator const &, UpdateType); /// - void addToToc(DocIterator const &); + void addToToc(DocIterator const &) const; /// docstring toolTip(BufferView const & bv, int x, int y) const; ///