]> git.lyx.org Git - lyx.git/blobdiff - src/author.h
add GuiView parent to QToc for proper memory management.
[lyx.git] / src / author.h
index bf84737130507c08f70c4652369ca84694236483..8830b470f0a89cfc9b35f6061f1e698e4ccbcd7c 100644 (file)
@@ -53,7 +53,7 @@ public:
 
        void record(int id, Author const & a);
 
-       Author const & get(int id);
+       Author const & get(int id) const;
 
        typedef std::map<int, Author> Authors;