Fix other bit.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@33466 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Richard Heck 2010-02-13 15:22:49 +00:00
parent 6f72a373f8
commit a56f7bff1c

View 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())