Skip to content

Commit 08db6e7

Browse files
committed
セミコロン抜け修正
1 parent 0769c13 commit 08db6e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/ximgproc/include/opencv2/ximgproc/sparse_table_morphology.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ struct CV_EXPORTS kernelDecompInfo
4141
Point anchor;
4242
//! Number of times erosion and dilation are applied.
4343
int iterations;
44-
}
44+
};
4545

4646
/**
4747
* @brief Decompose the structuring element.

0 commit comments

Comments
 (0)