pass path as ref to JSONDescriptor.h
This commit is contained in:
parent
6c158f5a1b
commit
6f2ec17640
@ -90,7 +90,7 @@ public:
|
|||||||
void SetConfig(const DescriptorConfig & c) { config = c; }
|
void SetConfig(const DescriptorConfig & c) { config = c; }
|
||||||
|
|
||||||
int DescribeLeg(
|
int DescribeLeg(
|
||||||
const std::vector<PathData> route_leg,
|
const std::vector<PathData> & route_leg,
|
||||||
const PhantomNodes & leg_phantoms
|
const PhantomNodes & leg_phantoms
|
||||||
) {
|
) {
|
||||||
int added_element_count = 0;
|
int added_element_count = 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user