]> git.lyx.org Git - features.git/blobdiff - src/insets/InsetTabular.h
Enhancements and bugfixes to the TOCs
[features.git] / src / insets / InsetTabular.h
index f27df2ae3a040470e06713e3facf45a0942f8ddd..a3c2b86c504f755cbccd63bb6e804119c30f893c 100644 (file)
@@ -71,7 +71,8 @@ public:
        ///
        docstring xhtml(XHTMLStream &, OutputParams const &) const;
        ///
-       void addToToc(DocIterator const & di, bool output_active) const;
+       void addToToc(DocIterator const & di, bool output_active,
+                                 UpdateType utype) const;
 private:
        /// unimplemented
        InsetTableCell();
@@ -942,7 +943,8 @@ public:
        /// Update the counters of this inset and of its contents
        void updateBuffer(ParIterator const &, UpdateType);
        ///
-       void addToToc(DocIterator const & di, bool output_active) const;
+       void addToToc(DocIterator const & di, bool output_active,
+                                 UpdateType utype) const;
 
        ///
        bool completionSupported(Cursor const &) const;