]> git.lyx.org Git - lyx.git/blobdiff - src/buffer.h
Call an update before setting the_locking_inset = 0 as otherwise we
[lyx.git] / src / buffer.h
index 880cff61b3d91dbbeb4706985e469e5747b8782e..c1deb7490fa007fbd5310846586ffd6fe6cfe26d 100644 (file)
@@ -265,7 +265,7 @@ public:
        ///
        string const getIncludeonlyList(char delim = ',');
        ///
-       std::vector<std::pair<string, string> > const getBibkeyList();
+       std::vector<std::pair<string, string> > const getBibkeyList() const;
        ///
        struct TocItem {
                TocItem(Paragraph * p, int d, string const & s)