mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-11 05:33:33 +00:00
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:
parent
6f72a373f8
commit
a56f7bff1c
@ -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())
|
||||
|
Loading…
Reference in New Issue
Block a user