]> git.lyx.org Git - lyx.git/blobdiff - src/CiteEnginesList.h
FindAdv: Search for 'whole words' with help of modified regex.
[lyx.git] / src / CiteEnginesList.h
index ad703325c61161a431f999c1d8d2080f599b0a74..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 required(std::string const p) const;
+       bool required(std::string const p) const;
 private:
        /// what appears in the ui
        std::string name_;