using explicit keyword in the ERStat constructor for safe contruction

This commit is contained in:
lluis 2013-07-23 00:24:17 +02:00
parent 9fbff009e9
commit ca6b30a568

View File

@ -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(){};