diff --git a/photon-targeting/src/main/native/include/photon/targeting/PhotonPipelineResult.h b/photon-targeting/src/main/native/include/photon/targeting/PhotonPipelineResult.h index e4f82831c6..462f3eafca 100644 --- a/photon-targeting/src/main/native/include/photon/targeting/PhotonPipelineResult.h +++ b/photon-targeting/src/main/native/include/photon/targeting/PhotonPipelineResult.h @@ -119,9 +119,9 @@ class PhotonPipelineResult { bool HasTargets() const { return targets.size() > 0; } /** - * Returns a copy of the vector of targets. + * Returns a reference to the vector of targets. *
Returned in the order set by target sort mode.
- * @return A copy of the vector of targets. + * @return A reference to the vector of targets. */ const std::span