remove explicit keyword from WayIDStartAndEndEdge ctor
This commit is contained in:
parent
2f6f883f7f
commit
c4e785e523
@ -58,7 +58,7 @@ struct WayIDStartAndEndEdge
|
||||
{
|
||||
}
|
||||
|
||||
explicit WayIDStartAndEndEdge(unsigned w, NodeID fs, NodeID ft, NodeID ls, NodeID lt)
|
||||
WayIDStartAndEndEdge(unsigned w, NodeID fs, NodeID ft, NodeID ls, NodeID lt)
|
||||
: wayID(w), firstStart(fs), firstTarget(ft), lastStart(ls), lastTarget(lt)
|
||||
{
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user