Fixing issue #89 where the first street name could not be properly

adressed.
This commit is contained in:
DennisOSRM
2012-02-03 13:45:59 +01:00
parent 6996b24c44
commit 1f986598f1
+4
View File
@@ -43,6 +43,10 @@ struct STXXLContainers {
STXXLRestrictionsVector restrictionsVector;
STXXLWayIDStartEndVector wayStartEndVector;
STXXLContainers() {
nameVector.push_back("");
}
~STXXLContainers() {
usedNodeIDs.clear();
allNodes.clear();