mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-22 13:18:28 +00:00
Constness.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@35913 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
3381784318
commit
2b067ed466
@ -150,7 +150,7 @@ void InsetBibtex::editDatabases() const
|
||||
vector<docstring>::const_iterator it = bibfilelist.begin();
|
||||
vector<docstring>::const_iterator en = bibfilelist.end();
|
||||
for (; it != en; ++it) {
|
||||
FileName bibfile = getBibTeXPath(*it, buffer());
|
||||
FileName const bibfile = getBibTeXPath(*it, buffer());
|
||||
formats.edit(buffer(), bibfile,
|
||||
formats.getFormatFromFile(bibfile));
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user