X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2FAuthor.h;h=798cfd80433499f236c2462645ab42e33cbc705e;hb=26ba2a65838731ce639a09539f617cb0f0be3b22;hp=b498655aa020fdb6aff53b1fceefdba110e77221;hpb=a08cbf41cf2b3087029c19db49dfca5aa01a4b2d;p=lyx.git diff --git a/src/Author.h b/src/Author.h index b498655aa0..798cfd8043 100644 --- a/src/Author.h +++ b/src/Author.h @@ -22,7 +22,7 @@ namespace lyx { class Author { public: /// - Author() : used_(false), buffer_id_(0) {}; + Author() : used_(false), buffer_id_(0) {} /// Author(docstring const & name, docstring const & email, docstring const & initials);