Pass route leg by reference, not by value
This commit is contained in:
parent
272a1fda54
commit
02b561edd2
@ -79,7 +79,7 @@ template <class DataFacadeT> class JSONDescriptor final : public BaseDescriptor<
|
|||||||
|
|
||||||
virtual void SetConfig(const DescriptorConfig &c) override final { config = c; }
|
virtual void SetConfig(const DescriptorConfig &c) override final { config = c; }
|
||||||
|
|
||||||
unsigned DescribeLeg(const std::vector<PathData> route_leg,
|
unsigned DescribeLeg(const std::vector<PathData> &route_leg,
|
||||||
const PhantomNodes &leg_phantoms,
|
const PhantomNodes &leg_phantoms,
|
||||||
const bool target_traversed_in_reverse,
|
const bool target_traversed_in_reverse,
|
||||||
const bool is_via_leg)
|
const bool is_via_leg)
|
||||||
|
Loading…
Reference in New Issue
Block a user