]> git.lyx.org Git - lyx.git/blobdiff - src/author.C
Restore the version number position on the splash screen
[lyx.git] / src / author.C
index ea05ccd83d53dda7c494f6b814a1a1c09945dfb9..5eba4383183e50f3203cff3f16fc819fb219dd11 100644 (file)
@@ -80,7 +80,7 @@ void AuthorList::record(int id, Author const & a)
 }
 
 
-Author const & AuthorList::get(int id)
+Author const & AuthorList::get(int id) const
 {
        Authors::const_iterator it(authors_.find(id));
        BOOST_ASSERT(it != authors_.end());