Skip to content

Commit

Permalink
[image] Clean init members warning (#2536)
Browse files Browse the repository at this point in the history
  • Loading branch information
maddin200 authored Dec 13, 2021
1 parent 729720a commit 5392338
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion applications/plugins/image/ImageTypes.h
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ struct Histogram
static const char* Name() { return "Histogram"; }

Histogram(const unsigned int _dimx=256, const unsigned int _dimy=256, const bool _mergeChannels=false)
:img(NULL),dimx(_dimx),dimy(_dimy),mergeChannels(_mergeChannels),
:img(NULL),dimx(_dimx),dimy(_dimy),mergeChannels(_mergeChannels),scaleVal(0.0),offsetVal(0.0),
clamp(type::Vec<2,T>(cimg_library::cimg::type<T>::min(),cimg_library::cimg::type<T>::max()))
{ }

Expand Down

0 comments on commit 5392338

Please sign in to comment.