From: Richard Heck Date: Sat, 13 Feb 2010 15:22:49 +0000 (+0000) Subject: Fix other bit. X-Git-Tag: 2.0.0~4035 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=a56f7bff1cc3640e5192d421954d0e316c984063;p=features.git Fix other bit. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@33466 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/BiblioInfo.cpp b/src/BiblioInfo.cpp index f162b36e82..9cb3b4458e 100644 --- a/src/BiblioInfo.cpp +++ b/src/BiblioInfo.cpp @@ -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())