Skip to content

Commit c26c4c6

Browse files
committed
Restore missing operator=
1 parent 92137bf commit c26c4c6

File tree

1 file changed

+1
-1
lines changed
  • apps/point_cloud_editor/include/pcl/apps/point_cloud_editor

1 file changed

+1
-1
lines changed

apps/point_cloud_editor/include/pcl/apps/point_cloud_editor/statistics.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ class Statistics {
6767

6868
/// @brief Equal Operator
6969
Statistics&
70-
operator=(const Statistics&);
70+
operator=(const Statistics&) = default;
7171

7272
/// @brief Returns the statistics in string.
7373
virtual std::string

0 commit comments

Comments
 (0)