]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetText.h
Compute and output numbers for numerical citations.
[lyx.git] / src / insets / InsetText.h
index a77bf92875e8ef05ddd30723a133ad541810b853..bbdf2abc367644e057f8da06eee8ea04eb25894c 100644 (file)
@@ -174,7 +174,7 @@ public:
        ///
        void forToc(docstring &, size_t) const;
        ///
-       void addToToc(DocIterator const &) const;
+       void addToToc(DocIterator const & di, bool output_active) const;
        ///
        Inset * clone() const { return new InsetText(*this); }
        ///
@@ -225,8 +225,6 @@ private:
        ///
        ColorCode frame_color_;
        ///
-       mutable pit_type old_pit;
-       ///
        mutable Text text_;
 };