]> git.lyx.org Git - lyx.git/blobdiff - src/Changes.h
Further cleanup of InsetFlex, InsetCollapsable and InsetLayout:
[lyx.git] / src / Changes.h
index 1915533e960f4346654cf86f646a16b125774dc2..395e6e8d654a422b5807ae23341efa99f186d891 100644 (file)
@@ -15,7 +15,8 @@
 #ifndef CHANGES_H
 #define CHANGES_H
 
-#include "support/docstream.h"
+#include "support/strfwd.h"
+#include "support/types.h"
 #include "support/lyxtime.h"
 
 #include <vector>
@@ -23,6 +24,7 @@
 
 namespace lyx {
 
+class AuthorList;
 
 class Change {
 public:
@@ -85,6 +87,9 @@ public:
        static void lyxMarkChange(std::ostream & os, int & column,
                Change const & old, Change const & change);
 
+       ///
+       void checkAuthors(AuthorList const & authorList);
+
 private:
        class Range {
        public: