Fixing issue #89 where the first street name could not be properly
adressed.
This commit is contained in:
parent
6996b24c44
commit
1f986598f1
@ -43,6 +43,10 @@ struct STXXLContainers {
|
||||
STXXLRestrictionsVector restrictionsVector;
|
||||
STXXLWayIDStartEndVector wayStartEndVector;
|
||||
|
||||
STXXLContainers() {
|
||||
nameVector.push_back("");
|
||||
}
|
||||
|
||||
~STXXLContainers() {
|
||||
usedNodeIDs.clear();
|
||||
allNodes.clear();
|
||||
|
Loading…
Reference in New Issue
Block a user