X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FCiteEnginesList.h;h=2979f004bce6e46085bc4449da017ea2e25af4c9;hb=29b9dd8b2f89f3741375ff5494aad03f22c7514f;hp=ad703325c61161a431f999c1d8d2080f599b0a74;hpb=62af7ee772f16f154225d2d0b65d77f4376b6001;p=lyx.git diff --git a/src/CiteEnginesList.h b/src/CiteEnginesList.h index ad703325c6..2979f004bc 100644 --- a/src/CiteEnginesList.h +++ b/src/CiteEnginesList.h @@ -4,7 +4,7 @@ * This file is part of LyX, the document processor. * Licence details can be found in the file COPYING. * - * \author Richard Heck + * \author Richard Kimberly Heck * \author Jürgen Spitzmüller * * Full author contact details are available in file CREDITS. @@ -80,7 +80,7 @@ public: std::vector const & getPackageList() const { return package_list_; } /// - bool required(std::string const p) const; + bool required(std::string const & p) const; private: /// what appears in the ui std::string name_;