]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetTabular.h
Rewrite the label numbering code.
[lyx.git] / src / insets / InsetTabular.h
index 5c3fb27f0541f3c18c9190d2147f637e9f7a5e76..16a469afd71142a7b91b5404de69cc904384761e 100644 (file)
@@ -758,6 +758,8 @@ public:
        Inset * editXY(Cursor & cur, int x, int y);
        /// can we go further down on mouse click?
        bool descendable() const { return true; }
+       // Update the counters of this inset and of its contents
+       virtual void updateLabels(Buffer const &, ParIterator const &);
 
        //
        // Public structures and variables
@@ -824,9 +826,6 @@ private:
        mutable idx_type first_visible_cell;
        ///
        mutable int scx_;
-       /// Ugly boolean used when this inset is dissolved and
-       /// InsetTabularMailer should not be used.
-       bool is_deleted_;
 };