app: Switch to the GeglAccessMode enum in GimpOperationBlend

See b5530e9e3d
This commit is contained in:
Michael Henning
2014-07-22 14:07:09 -04:00
parent a1a5bba022
commit dbd1f0500e

View File

@ -1088,7 +1088,7 @@ gimp_operation_blend_process (GeglOperation *operation,
iter = gegl_buffer_iterator_new (output, result, 0,
babl_format ("R'G'B'A float"),
GEGL_BUFFER_WRITE, GEGL_ABYSS_NONE);
GEGL_ACCESS_WRITE, GEGL_ABYSS_NONE);
roi = &iter->roi[0];
if (self->dither)