Reordering members of utility struct

This commit is contained in:
DennisOSRM 2012-05-11 15:11:13 +02:00
parent b474d7ec77
commit 30e76b4a32

View File

@ -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;