Cppcheck: Solve issues related to copy constructor

This commit is contained in:
heckflosse
2016-10-02 23:33:00 +02:00
parent 8de758f7b6
commit ccd9002c3a
18 changed files with 33 additions and 346 deletions

View File

@@ -33,6 +33,8 @@ public:
float max_f, min_f, avg;
SHMap (int w, int h, bool multiThread);
SHMap(const SHMap&) = delete;
~SHMap ();
void update (Imagefloat* img, double radius, double lumi[3], bool hq, int skip);