X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FAuthor.h;h=7d9f3ddf8e04f911b09283d08771094c13e5c0da;hb=78fa6abc083a99cc0b1e536a43c3a7da91d9fdb7;hp=afc39576918b19212754dfe4d10c896527dced99;hpb=f226c9d3fce674cebf9228b553c55fcff1acca93;p=lyx.git diff --git a/src/Author.h b/src/Author.h index afc3957691..7d9f3ddf8e 100644 --- a/src/Author.h +++ b/src/Author.h @@ -30,7 +30,7 @@ public: /// docstring email() const { return email_; } /// - int buffer_id() const { return buffer_id_; } + int bufferId() const { return buffer_id_; } /// void setBufferId(int buffer_id) const { buffer_id_ = buffer_id; } /// @@ -39,6 +39,8 @@ public: bool used() const { return used_; } /// friend std::istream & operator>>(std::istream & os, Author & a); + /// + friend std::ostream & operator<<(std::ostream & os, Author const & a); private: /// The author's name