]> git.lyx.org Git - lyx.git/blobdiff - src/Author.h
Update Win installer for new dictionary links. Untested.
[lyx.git] / src / Author.h
index b498655aa020fdb6aff53b1fceefdba110e77221..798cfd80433499f236c2462645ab42e33cbc705e 100644 (file)
@@ -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);