]> git.lyx.org Git - lyx.git/blobdiff - src/Author.h
add busy.gif to resources (in line with cmake)
[lyx.git] / src / Author.h
index afc39576918b19212754dfe4d10c896527dced99..7d9f3ddf8e04f911b09283d08771094c13e5c0da 100644 (file)
@@ -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