]> git.lyx.org Git - lyx.git/blobdiff - src/CiteEnginesList.h
Update Win installer for new dictionary links. Untested.
[lyx.git] / src / CiteEnginesList.h
index 2f419b4bfe1e7ef9fac35b15db013da21a3b80fe..2979f004bce6e46085bc4449da017ea2e25af4c9 100644 (file)
@@ -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<std::string> const & getPackageList() const
                { return package_list_; }
        ///
-       bool requires(std::string const p) const;
+       bool required(std::string const & p) const;
 private:
        /// what appears in the ui
        std::string name_;