diff -r cdbff91c2166 -r d900fd1e760f lemon/smart_graph.h --- a/lemon/smart_graph.h Mon Oct 20 12:17:24 2008 +0200 +++ b/lemon/smart_graph.h Mon Oct 20 12:46:39 2008 +0200 @@ -464,8 +464,8 @@ explicit Arc(int id) { _id = id;} public: - operator Edge() const { - return _id != -1 ? edgeFromId(_id / 2) : INVALID; + operator Edge() const { + return _id != -1 ? edgeFromId(_id / 2) : INVALID; } Arc() {}