We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 905ed65 commit bd8de5cCopy full SHA for bd8de5c
SerialPrograms/Source/Kernels/ImageFilters/RGB32_Range/Kernels_ImageFilter_RGB32_Range.h
@@ -77,7 +77,7 @@ size_t to_blackwhite_rgb32_range(
77
// The purpose is to reduce passes over the entire image.
78
// All matricies must have the same dimensions.
79
struct ToBlackWhiteRgb32RangeFilter{
80
- uint32_t* data; // Pointer will be overwritten.
+ uint32_t* const data;
81
const size_t bytes_per_row;
82
const uint32_t mins;
83
const uint32_t maxs;
0 commit comments