]> git.lyx.org Git - features.git/blobdiff - src/Buffer.h
Amend 8a0715d0bdc3
[features.git] / src / Buffer.h
index 0d79ffaff4ed25cab530d71fa6b87c89acae1a5e..7f40351a90a214c1a61d0b85d00431e3ccf567b8 100644 (file)
@@ -521,8 +521,8 @@ public:
        void invalidateCiteLabels() const;
        ///
        bool citeLabelsValid() const;
-       ///
-       void getLabelList(std::vector<docstring> &) const;
+       /// two strings: plain label name and label as gui string
+       void getLabelList(std::vector<std::pair<docstring, docstring>> &) const;
 
        /// This removes the .aux and .bbl files from the temp dir.
        void removeBiblioTempFiles() const;