]> git.lyx.org Git - lyx.git/blobdiff - src/author.h
move some selection related stuff over to textcursor.C
[lyx.git] / src / author.h
index 2764923d1347bbf5febb9e8aed6b407db307d5d7..25421c6a1e51d752b313cd31579c61398431eef5 100644 (file)
@@ -42,6 +42,8 @@ private:
 
 class AuthorList {
 public:
+       AuthorList();
+
        int record(Author const & a);
 
        void record(int id, Author const & a);
@@ -55,6 +57,8 @@ public:
        Authors::const_iterator end() const;
 
 private:
+       int last_id_;
+
        Authors authors_;
 };