]> git.lyx.org Git - lyx.git/blobdiff - src/BiblioInfo.h
Run codespell on src/frontends
[lyx.git] / src / BiblioInfo.h
index 8a36183d03088fbbef007ee23ce2e49147805d1f..3ef1ead5f39d92cc1379aca25a4d0a5d5fa07568 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 = nullptr,
                        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,