X-Git-Url: http://git.code-monkey.de/?p=ruby-evas.git;a=blobdiff_plain;f=src%2Frb_image.c;h=f4441411fc904693b6c8089f349b938c872fd2f3;hp=6efca2853fc81471bc6befeb49532e0b4c241bd4;hb=aab8e36e0b44c2e7d5eccefca386e937f256e885;hpb=58d15635efc9bc61bd79faf7b821a0b51ac6223e diff --git a/src/rb_image.c b/src/rb_image.c index 6efca28..f444141 100644 --- a/src/rb_image.c +++ b/src/rb_image.c @@ -54,7 +54,7 @@ static VALUE c_init (VALUE self, VALUE evas) */ static VALUE c_get_file (VALUE self) { - char *file = NULL, *key = NULL; + const char *file = NULL, *key = NULL; GET_OBJ (self, RbEvasObject, e);