]> git.lyx.org Git - lyx.git/blobdiff - src/Changes.cpp
remove most traces of boost::regex
[lyx.git] / src / Changes.cpp
index 7e97a24d10e8ba854b86f170c404769b71faa793..dfe04cd306b7d949cc0d7c98e43f99907825687f 100644 (file)
@@ -502,7 +502,7 @@ void Changes::lyxMarkChange(ostream & os, BufferParams const & bparams, int & co
 }
 
 
-void Changes::checkAuthors(AuthorList const & authorList)
+void Changes::checkAuthors(AuthorList const & authorList) const
 {
        for (ChangeRange const & cr : table_)
                if (cr.change.type != Change::UNCHANGED)