From: Richard Heck Date: Sun, 8 Nov 2009 22:37:28 +0000 (+0000) Subject: Constness. X-Git-Tag: 2.0.0~5197 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=288e249ba2931cd7804d83daeccb0bc713b7b0fd;p=features.git Constness. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@31909 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/Graph.cpp b/src/Graph.cpp index e15a7d48ef..379ec2966c 100644 --- a/src/Graph.cpp +++ b/src/Graph.cpp @@ -156,7 +156,7 @@ Graph::getPath(int from, int t) break; } - vector::const_iterator beg = + vector::const_iterator const beg = vertices_[i].out_vertices.begin(); vector::const_iterator cit = beg; vector::const_iterator end =