Removes penalizing move

This commit is contained in:
Daniel J. Hofmann 2016-03-03 15:20:40 +01:00 committed by Patrick Niklaus
parent 25c685527a
commit 3e4b48e206

View File

@ -210,7 +210,7 @@ std::vector<std::vector<PathData>> postProcess(std::vector<std::vector<PathData>
}
}
return std::move(leg_data);
return leg_data;
}
} // namespace guidance