Skip to content

Commit

Permalink
fixes MSVC compiler error C2487. Fix for issue PointCloudLibrary#996.
Browse files Browse the repository at this point in the history
  • Loading branch information
M. Gronle authored and prclibo committed Aug 22, 2016
1 parent 925c5dd commit db64145
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion registration/include/pcl/registration/icp.h
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,6 @@ namespace pcl

using Registration<PointSource, PointTarget, Scalar>::reg_name_;
using Registration<PointSource, PointTarget, Scalar>::getClassName;
using Registration<PointSource, PointTarget, Scalar>::setInputSource;
using Registration<PointSource, PointTarget, Scalar>::input_;
using Registration<PointSource, PointTarget, Scalar>::indices_;
using Registration<PointSource, PointTarget, Scalar>::target_;
Expand Down

0 comments on commit db64145

Please sign in to comment.