Skip to content

Commit

Permalink
fixed registration tree ptr
Browse files Browse the repository at this point in the history
  • Loading branch information
prclibo committed Apr 3, 2015
1 parent b7d646d commit 8acf571
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion registration/include/pcl/registration/registration.h
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ namespace pcl
typedef typename pcl::search::KdTree<PointTarget>::Ptr KdTreePtr;

typedef pcl::search::KdTree<PointSource> KdTreeReciprocal;
typedef typename KdTree::Ptr KdTreeReciprocalPtr;
typedef typename KdTreeReciprocal::Ptr KdTreeReciprocalPtr;

typedef pcl::PointCloud<PointSource> PointCloudSource;
typedef typename PointCloudSource::Ptr PointCloudSourcePtr;
Expand Down

0 comments on commit 8acf571

Please sign in to comment.