]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetFoot.h
Andre's s/getTextClass/textClass/ cleanup.
[lyx.git] / src / insets / InsetFoot.h
index 0544246ad3a906afbfa023e3ac896e59fee0726b..7a6576b7bf4b8acc8b23ffa2a419902cf6a40fef 100644 (file)
@@ -26,7 +26,7 @@ public:
        ///
        InsetFoot(BufferParams const &);
        ///
-       Inset::Code lyxCode() const { return Inset::FOOT_CODE; }
+       InsetCode lyxCode() const { return FOOT_CODE; }
        ///
        docstring name() const { return from_ascii("Foot"); }
        ///
@@ -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 &);