Skip to content

Commit

Permalink
Typos in euclidean_cluster_comparator.
Browse files Browse the repository at this point in the history
  • Loading branch information
larshg committed Oct 4, 2020
1 parent 0bf6467 commit 87e6265
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -120,10 +120,10 @@ namespace pcl
}

/** \brief Get labels */
const PointCloudPtr&
const PointCloudLPtr&
getLabels() const
{
return labels_
return labels_;
}

/** \brief Get exlude labels */
Expand Down

0 comments on commit 87e6265

Please sign in to comment.