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 0692c9c commit 263defbCopy full SHA for 263defb
SerialPrograms/Source/Kernels/ImageFilters/RGB32_Range/Kernels_ImageFilter_RGB32_Range.h
@@ -32,7 +32,7 @@ size_t filter_rgb32_range(
32
// The purpose is to reduce passes over the entire image.
33
// All matricies must have the same dimensions.
34
struct FilterRgb32RangeFilter{
35
- uint32_t* const data; // Pointer will be overwritten.
+ uint32_t* data; // Pointer will be overwritten.
36
const size_t bytes_per_row;
37
const uint32_t replacement;
38
const bool invert;
0 commit comments