From a56f7bff1cc3640e5192d421954d0e316c984063 Mon Sep 17 00:00:00 2001 From: Richard Heck Date: Sat, 13 Feb 2010 15:22:49 +0000 Subject: [PATCH] Fix other bit. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@33466 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/BiblioInfo.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()) -- 2.39.2