]> git.pld-linux.org Git - packages/pcl.git/blame - fix-return-type.patch
- disable tawara, that code is so old its headers are not even parseable now
[packages/pcl.git] / fix-return-type.patch
CommitLineData
eff1fda1
JR
1--- pcl-pcl-1.7.2/registration/include/pcl/registration/correspondence_estimation_backprojection.h~ 2014-09-10 23:22:57.000000000 +0200
2+++ pcl-pcl-1.7.2/registration/include/pcl/registration/correspondence_estimation_backprojection.h 2017-01-26 23:11:14.970602304 +0100
3@@ -184,7 +184,7 @@
4 * cloud for computing correspondences. By default we use k = 10 nearest
5 * neighbors.
6 */
7- inline void
8+ inline unsigned int
9 getKSearch () const { return (k_); }
10
11 /** \brief Clone and cast to CorrespondenceEstimationBase */
12--- pcl-pcl-1.7.2/registration/include/pcl/registration/correspondence_estimation_normal_shooting.h~ 2014-09-10 23:22:57.000000000 +0200
13+++ pcl-pcl-1.7.2/registration/include/pcl/registration/correspondence_estimation_normal_shooting.h 2017-01-26 23:12:02.468654319 +0100
14@@ -180,7 +180,7 @@
15 * cloud for computing correspondences. By default we use k = 10 nearest
16 * neighbors.
17 */
18- inline void
19+ inline unsigned int
20 getKSearch () const { return (k_); }
21
22 /** \brief Clone and cast to CorrespondenceEstimationBase */
This page took 0.185622 seconds and 4 git commands to generate.