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

src/BiblioInfo.cpp

index f162b36e82ee13209604ef19115b308c91b5ace1..9cb3b4458e5c04bf5878d80cf010028dc92b70b5 100644 (file)
@@ -482,7 +482,7 @@ docstring const BiblioInfo::getInfo(docstring const & key) const
 }
 
 
-bool const BiblioInfo::isBibtex(docstring const & key) const
+bool BiblioInfo::isBibtex(docstring const & key) const
 {
        BiblioInfo::const_iterator it = find(key);
        if (it == end())