X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FAuthor.h;h=798cfd80433499f236c2462645ab42e33cbc705e;hb=557d33b7e518f29f33ebec79439404bd1fe38f93;hp=118b64b8df87466f0a993a45da667824af01d712;hpb=e8a28c33c564784899ecd427c06d1fe8678bfc07;p=lyx.git diff --git a/src/Author.h b/src/Author.h index 118b64b8df..798cfd8043 100644 --- a/src/Author.h +++ b/src/Author.h @@ -37,9 +37,9 @@ public: /// docstring nameAndEmail() const; /// - size_t bufferId() const { return buffer_id_; } + int bufferId() const { return buffer_id_; } /// - void setBufferId(size_t buffer_id) const { buffer_id_ = buffer_id; } + void setBufferId(int buffer_id) const { buffer_id_ = buffer_id; } /// void setUsed(bool u) const { used_ = u; } /// @@ -70,13 +70,13 @@ public: /// AuthorList(); /// - size_t record(Author const & a); + int record(Author const & a); /// - void record(size_t id, Author const & a); + void record(int id, Author const & a); /// void recordCurrentAuthor(Author const & a); /// - Author const & get(size_t id) const; + Author const & get(int id) const; /// void sort(); ///