]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetIndex.h
Fix bug #8782.
[lyx.git] / src / insets / InsetIndex.h
index 42d67615b907e2535c254bdf7dd873a188a18694..b1aa9b4c5f6ee473c1247a96b9a272e75667ca74 100644 (file)
@@ -71,7 +71,8 @@ private:
        /// should paragraph indendation be omitted in any case?
        bool neverIndent() const { return true; }
        ///
-       void addToToc(DocIterator const &) const;
+       void addToToc(DocIterator const & di, bool output_active,
+                                 UpdateType utype) const;
        ///
        docstring toolTip(BufferView const & bv, int x, int y) const;
        ///