Moving TurnInstruction to unsigned char

This commit is contained in:
DennisOSRM
2012-12-17 13:14:43 +01:00
parent b247c20dbf
commit 00ed039621
10 changed files with 53 additions and 49 deletions
+1 -1
View File
@@ -66,7 +66,7 @@ private:
unsigned nameID;
bool forward;
bool backward;
short turnInstruction;
TurnInstruction turnInstruction;
};
typedef DynamicGraph< _NodeBasedEdgeData > _NodeBasedDynamicGraph;