]> git.lyx.org Git - lyx.git/blobdiff - src/Changes.h
Add a member to TocItem that tells us whether the item in question
[lyx.git] / src / Changes.h
index 84c4fea707e67d684287cb6e83cd36d3e0d368b4..9219edc6539dcd26c6588f916ffa1618671d8267 100644 (file)
@@ -115,7 +115,8 @@ public:
        void checkAuthors(AuthorList const & authorList);
 
        ///
-       void addToToc(DocIterator const & cdit, Buffer const & buffer) const;
+       void addToToc(DocIterator const & cdit, Buffer const & buffer,
+               bool output_active) const;
 
 private:
        class Range {