imageprogs: Fix compilation with CMake and STDFLOAT_DOUBLE

This commit is contained in:
rdb
2024-11-06 11:31:11 +01:00
parent cdebca4703
commit 5caace1cdd
@@ -104,7 +104,7 @@ run() {
// First, get the average color of all the opaque pixels.
int count = 0;
LRGBColor color(0.0, 0.0, 0.0);
LRGBColorf color(0.0, 0.0, 0.0);
int xi, yi;
for (yi = 0; yi < _image.get_y_size(); ++yi) {
for (xi = 0; xi < _image.get_x_size(); ++xi) {