mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-26 19:25:39 +00:00
cosmetics
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@22872 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
c37588d374
commit
f3611157e3
@ -355,9 +355,9 @@ set<char_type> Encoding::getSymbolsList() const
|
|||||||
symbols.insert(c);
|
symbols.insert(c);
|
||||||
// now the ones from the unicodesymbols file
|
// now the ones from the unicodesymbols file
|
||||||
CharInfoMap::const_iterator const end = unicodesymbols.end();
|
CharInfoMap::const_iterator const end = unicodesymbols.end();
|
||||||
for (CharInfoMap::const_iterator it = unicodesymbols.begin(); it != end; ++it) {
|
CharInfoMap::const_iterator it = unicodesymbols.begin();
|
||||||
|
for (; it != end; ++it)
|
||||||
symbols.insert(it->first);
|
symbols.insert(it->first);
|
||||||
}
|
|
||||||
return symbols;
|
return symbols;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user