Eliminate extra semicola

This commit is contained in:
Daniel J. Hofmann
2016-03-14 16:25:39 +01:00
parent 40f95191a0
commit 655dd2277c
6 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -76,7 +76,7 @@ namespace extractor
class RestrictionMap
{
public:
RestrictionMap() : m_count(0){};
RestrictionMap() : m_count(0){}
RestrictionMap(const std::vector<TurnRestriction> &restriction_list);
// Replace end v with w in each turn restriction containing u as via node