Skip to content

Commit

Permalink
Making io happy
Browse files Browse the repository at this point in the history
  • Loading branch information
kunaltyagi committed Feb 20, 2021
1 parent 8efea21 commit 7a1aaaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion io/include/pcl/compression/octree_pointcloud_compression.h
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ namespace pcl
* \param[in] pointIdx_arg the index representing the point in the dataset given by \a setInputCloud to be added
*/
void
addPointIdx (const index_t pointIdx_arg) override
addPointIdx (const uindex_t pointIdx_arg) override
{
++object_count_;
OctreePointCloud<PointT, LeafT, BranchT, OctreeT>::addPointIdx(pointIdx_arg);
Expand Down

0 comments on commit 7a1aaaf

Please sign in to comment.