mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 10:00:33 +00:00
Typo.
This commit is contained in:
parent
823ed6cf17
commit
0972b15ee2
@ -726,7 +726,7 @@ vector<Format const *> const
|
||||
Converters::getReachable(string const & from, bool const only_viewable,
|
||||
bool const clear_visited, set<string> const & excludes)
|
||||
{
|
||||
set<int> excluded_numbers;;
|
||||
set<int> excluded_numbers;
|
||||
|
||||
set<string>::const_iterator sit = excludes.begin();
|
||||
set<string>::const_iterator const end = excludes.end();
|
||||
|
Loading…
Reference in New Issue
Block a user