]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetFoot.h
* src/paragraph_funcs.cpp (breakParagraph): change parameter 'flag' to
[lyx.git] / src / insets / InsetFoot.h
index f10c11097dcd63b71c9f4c7cf1ab6d476ede8604..0544246ad3a906afbfa023e3ac896e59fee0726b 100644 (file)
@@ -40,10 +40,13 @@ public:
                    OutputParams const &) const;
        ///
        virtual docstring const editMessage() const;
+       /// Update the counters of this inset and of its contents
+       void updateLabels(Buffer const &, ParIterator const &);
+
 protected:
        InsetFoot(InsetFoot const &);
 private:
-       virtual std::auto_ptr<Inset> doClone() const;
+       virtual Inset * clone() const;
 };