diff --git a/app/core/gimpimage-private.h b/app/core/gimpimage-private.h index 913b6fe8ec..97dcc46fd1 100644 --- a/app/core/gimpimage-private.h +++ b/app/core/gimpimage-private.h @@ -50,8 +50,8 @@ struct _GimpImagePrivate guchar *colormap; /* colormap (for indexed) */ gint n_colors; /* # of colors (for indexed) */ GimpPalette *palette; /* palette of colormap */ - Babl *babl_palette_rgb; /* palette's RGB Babl format */ - Babl *babl_palette_rgba; /* palette's RGBA Babl format */ + const Babl *babl_palette_rgb; /* palette's RGB Babl format */ + const Babl *babl_palette_rgba; /* palette's RGBA Babl format */ gint dirty; /* dirty flag -- # of ops */ guint dirty_time; /* time when image became dirty */