Skip to content

Commit 2a04453

Browse files
Update registration/include/pcl/registration/transformation_estimation_lm.h
Co-authored-by: Markus Vieth <39675748+mvieth@users.noreply.github.com>
1 parent c49cb99 commit 2a04453

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

registration/include/pcl/registration/transformation_estimation_lm.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ class TransformationEstimationLM
8888
, tmp_tgt_(src.tmp_tgt_)
8989
, tmp_idx_src_(src.tmp_idx_src_)
9090
, tmp_idx_tgt_(src.tmp_idx_tgt_)
91-
, warp_point_(src.warp_point_) {};
91+
, warp_point_(src.warp_point_){};
9292

9393
/** \brief Copy operator.
9494
* \param[in] src the TransformationEstimationLM object to copy into this

0 commit comments

Comments
 (0)