]> git.lyx.org Git - lyx.git/blobdiff - src/Changes.h
PDF-form.lyx: add a note
[lyx.git] / src / Changes.h
index 84c4fea707e67d684287cb6e83cd36d3e0d368b4..27710476a66d5349d784d3af5bf872b033f8ec6f 100644 (file)
 
 #include "Color.h"
 
-#include "support/docstream.h"
 #include "support/strfwd.h"
 #include "support/types.h"
 #include "support/lyxtime.h"
 
+#include "texstream.h"
+
 #include <vector>
 
 
@@ -115,7 +116,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 {