]> git.lyx.org Git - lyx.git/blobdiff - src/Changes.cpp
remove most traces of boost::regex
[lyx.git] / src / Changes.cpp
index eadcae9a971caaa87b6cfd6ed2e7b19ade3a5228..dfe04cd306b7d949cc0d7c98e43f99907825687f 100644 (file)
@@ -482,7 +482,7 @@ void Changes::lyxMarkChange(ostream & os, BufferParams const & bparams, int & co
 
        column = 0;
 
-       size_t const buffer_id = bparams.authors().get(change.author).bufferId();
+       int const buffer_id = bparams.authors().get(change.author).bufferId();
 
        switch (change.type) {
                case Change::UNCHANGED: