mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-23 13:31:49 +00:00
Constness.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@31909 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
f83a6cc3af
commit
288e249ba2
@ -156,7 +156,7 @@ Graph::getPath(int from, int t)
|
||||
break;
|
||||
}
|
||||
|
||||
vector<int>::const_iterator beg =
|
||||
vector<int>::const_iterator const beg =
|
||||
vertices_[i].out_vertices.begin();
|
||||
vector<int>::const_iterator cit = beg;
|
||||
vector<int>::const_iterator end =
|
||||
|
Loading…
Reference in New Issue
Block a user