]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetFoot.h
Routines for calculating numerical labels for BibTeX citations.
[lyx.git] / src / insets / InsetFoot.h
index a2c1b7421c9aa73aafbb09359c5a07cf90791f8f..3efc7c89e5a825ffda83db9ac4f624936a590388 100644 (file)
@@ -25,7 +25,7 @@ class InsetFoot : public InsetFootlike
 {
 public:
        ///
-       InsetFoot(Buffer const &);
+       InsetFoot(Buffer *);
 private:
        ///
        InsetCode lyxCode() const { return FOOT_CODE; }
@@ -37,10 +37,8 @@ private:
        int plaintext(odocstream &, OutputParams const &) const;
        ///
        int docbook(odocstream &, OutputParams const &) const;
-       ///
-       docstring editMessage() const;
        /// Update the counters of this inset and of its contents
-       void updateLabels(ParIterator const &);
+       void updateLabels(ParIterator const &, bool);
        ///
        void addToToc(DocIterator const &);
        ///