using explicit keyword in the ERStat constructor for safe contruction

pull/1159/head
lluis 11 years ago
parent 9fbff009e9
commit ca6b30a568
  1. 2
      modules/objdetect/include/opencv2/objdetect/erfilter.hpp

@ -64,7 +64,7 @@ struct CV_EXPORTS ERStat
{ {
public: public:
//! Constructor //! 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 //! Destructor
~ERStat(){}; ~ERStat(){};

Loading…
Cancel
Save