X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FAuthor.h;h=f798b041b2df5e4b00e6eb62d8e794ae7e0357a3;hb=44e86aa4e9a602c90a5f96b4c716f28cd2582192;hp=d62fcb007019d22c3199597abac6d8419686e93e;hpb=065db6806771190d12d37d64c4c86f9c5ebaf225;p=lyx.git diff --git a/src/Author.h b/src/Author.h index d62fcb0070..f798b041b2 100644 --- a/src/Author.h +++ b/src/Author.h @@ -22,7 +22,7 @@ namespace lyx { class Author { public: /// - Author() {} + Author() : used_(false), buffer_id_(0) {}; /// Author(docstring const & name, docstring const & email); ///