]> git.lyx.org Git - lyx.git/blobdiff - src/Changes.h
New \cite_engine_type default.
[lyx.git] / src / Changes.h
index 435d44bca37d609a1404152272434e5181fdf086..9219edc6539dcd26c6588f916ffa1618671d8267 100644 (file)
@@ -41,7 +41,7 @@ public:
                DELETED // deleted text
        };
 
-       explicit Change(Type t = UNCHANGED, int a = 0, time_t ct = current_time())
+       explicit Change(Type t = UNCHANGED, int a = 0, time_t ct = support::current_time())
                : type(t), author(a), changetime(ct) {}
 
        /// is the change similar to the given change such that both can be merged?
@@ -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 {