From 30e76b4a328dc55736d01f9ca295d6a146bfa0b8 Mon Sep 17 00:00:00 2001 From: DennisOSRM Date: Fri, 11 May 2012 15:11:13 +0200 Subject: [PATCH] Reordering members of utility struct --- Contractor/EdgeBasedGraphFactory.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Contractor/EdgeBasedGraphFactory.h b/Contractor/EdgeBasedGraphFactory.h index 317fc038d..762ca35b7 100644 --- a/Contractor/EdgeBasedGraphFactory.h +++ b/Contractor/EdgeBasedGraphFactory.h @@ -80,11 +80,11 @@ public: bool operator==(const EdgeBasedNode & other) const { return id == other.id; } + NodeID id; int lat1; int lat2; int lon1; int lon2; - NodeID id; NodeID nameID; unsigned weight:31; bool ignoreInGrid:1;