File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ template <typename VoxelMap>
4646struct traits ::Traits<SequentialVoxelMapAccessor<VoxelMap>> {
4747 static size_t size (const SequentialVoxelMapAccessor<VoxelMap>& accessor) { return accessor.size (); }
4848
49- static bool has_points (const SequentialVoxelMapAccessor<VoxelMap>& accessor) { traits::has_points (accessor.voxelmap ); }
49+ static bool has_points (const SequentialVoxelMapAccessor<VoxelMap>& accessor) { return traits::has_points (accessor.voxelmap ); }
5050 static bool has_normals (const SequentialVoxelMapAccessor<VoxelMap>& accessor) { return traits::has_normals (accessor.voxelmap ); }
5151 static bool has_covs (const SequentialVoxelMapAccessor<VoxelMap>& accessor) { return traits::has_covs (accessor.voxelmap ); }
5252
You can’t perform that action at this time.
0 commit comments