diff --git a/registration/include/pcl/registration/registration.h b/registration/include/pcl/registration/registration.h index b30ae685952..8a2c5bfe2ff 100644 --- a/registration/include/pcl/registration/registration.h +++ b/registration/include/pcl/registration/registration.h @@ -77,7 +77,7 @@ namespace pcl typedef typename pcl::search::KdTree::Ptr KdTreePtr; typedef pcl::search::KdTree KdTreeReciprocal; - typedef typename KdTree::Ptr KdTreeReciprocalPtr; + typedef typename KdTreeReciprocal::Ptr KdTreeReciprocalPtr; typedef pcl::PointCloud PointCloudSource; typedef typename PointCloudSource::Ptr PointCloudSourcePtr;