]> git.lyx.org Git - lyx.git/blobdiff - src/BiblioInfo.h
Use the proper buffer when recording undo
[lyx.git] / src / BiblioInfo.h
index 162cad19f283b7a1c11a67eff529bae4d33e49b8..61e525d2d994bbc0a6968104b1caf48303c192de 100644 (file)
@@ -59,7 +59,7 @@ public:
        /// used for sorting.
        /// This will be translated to the UI language if buf is null
        /// otherwise, it will be translated to the buffer language.
-       docstring const getAuthorOrEditorList(Buffer const * buf = 0, 
+       docstring const getAuthorOrEditorList(Buffer const * buf = 0,
                        bool full = false, bool forceshort = false) const;
        /// Same for a specific author role (editor, author etc.)
        docstring const getAuthorList(Buffer const * buf, docstring const & author,