]> git.lyx.org Git - features.git/blobdiff - src/insets/InsetText.h
Add a member to TocItem that tells us whether the item in question
[features.git] / src / insets / InsetText.h
index a77bf92875e8ef05ddd30723a133ad541810b853..e986d3650d947df404b10672606a1386f61914e8 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); }
        ///