]> git.lyx.org Git - features.git/commitdiff
Fix warning.
authorRichard Heck <rgheck@comcast.net>
Sat, 13 Feb 2010 15:22:30 +0000 (15:22 +0000)
committerRichard Heck <rgheck@comcast.net>
Sat, 13 Feb 2010 15:22:30 +0000 (15:22 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@33465 a592a061-630c-0410-9148-cb99ea01b6c8

src/BiblioInfo.h

index 394d9c416bace03349ef6abd72a196b3079858ba..c9a9150d51d201243e808dc141d164da50cf996e 100644 (file)
@@ -158,7 +158,7 @@ public:
        docstring const getInfo(docstring const & key) const;
        /// Is this a reference from a bibtex database
        /// or from a bibliography environment?
-       bool const isBibtex(docstring const & key) const;
+       bool isBibtex(docstring const & key) const;
        /**
          * "Translates" the available Citation Styles into strings for a given key,
          * either numerical or author-year depending upon the active engine. (See