]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetIndex.h
This should be the last of the commits refactoring the InsetLayout code.
[lyx.git] / src / insets / InsetIndex.h
index 44ada403d37eca2e4bb637d60ce6679d0acb156f..20cdf50e5003179d3ff7a3251c1edca2580e1abf 100644 (file)
@@ -42,6 +42,8 @@ public:
                    OutputParams const &) const;
        /// should paragraph indendation be omitted in any case?
        bool neverIndent(Buffer const &) const { return true; }
+       ///
+       void addToToc(Buffer const &, ParConstIterator const &) const;
 private:
        ///
        virtual Inset * clone() const;