mirror of
https://github.com/opencv/opencv.git
synced 2025-01-18 06:03:15 +08:00
using explicit keyword in the ERStat constructor for safe contruction
This commit is contained in:
parent
9fbff009e9
commit
ca6b30a568
@ -64,7 +64,7 @@ struct CV_EXPORTS ERStat
|
||||
{
|
||||
public:
|
||||
//! Constructor
|
||||
ERStat(int level = 256, int pixel = 0, int x = 0, int y = 0);
|
||||
explicit ERStat(int level = 256, int pixel = 0, int x = 0, int y = 0);
|
||||
//! Destructor
|
||||
~ERStat(){};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user