]> git.lyx.org Git - lyx.git/blobdiff - src/Paragraph.h
Changed a '1.4.4' to '1.4.5'
[lyx.git] / src / Paragraph.h
index ea1d679d7c056a425f8ce51d607d9c1876d7c8a2..8fd17c2897dacdda25679b6a518fcfba14e0d380 100644 (file)
@@ -368,6 +368,10 @@ public:
        /// was previously past that position. Return 0 otherwise.
        int checkBiblio(bool track_changes);
 
+       /// For each author, set 'used' to true if there is a change
+       /// by this author in the paragraph.
+       void checkAuthors(AuthorList const & authorList);
+
 public:
        ///
        InsetList insetlist;