forked from organicmaps/organicmaps
Review fixes.
This commit is contained in:
parent
a575fe2400
commit
7cb058a8cc
1 changed files with 2 additions and 0 deletions
|
@ -213,6 +213,8 @@ bool BicycleDirectionsEngine::Generate(IndexRoadGraph const & graph, vector<Junc
|
|||
|
||||
void BicycleDirectionsEngine::Clear()
|
||||
{
|
||||
m_adjacentEdges.clear();
|
||||
m_pathSegments.clear();
|
||||
m_loader.reset();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue