]> git.lyx.org Git - lyx.git/blobdiff - src/author.h
cosmetic fix
[lyx.git] / src / author.h
index 25421c6a1e51d752b313cd31579c61398431eef5..aea4c0629823947b1a3ee4e7274595b4b180a915 100644 (file)
@@ -20,8 +20,8 @@ class Author {
 public:
        Author() {}
 
-       Author(string n, string e)
-               : name_(n), email_(e) {}
+       Author(string const & name, string const & email)
+               : name_(name), email_(email) {}
 
        string const name() const {
                return name_;