From 7394b68d0f3a9e8129f2819bc7026f3925f9d2fa Mon Sep 17 00:00:00 2001 From: Daniel Kolesa Date: Mon, 14 Jul 2014 16:54:20 +0100 Subject: [PATCH] update according to eolian changes --- src/lib/elm_image.eo | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/elm_image.eo b/src/lib/elm_image.eo index f0341c4..b26b2d5 100644 --- a/src/lib/elm_image.eo +++ b/src/lib/elm_image.eo @@ -467,7 +467,7 @@ class Elm_Image (Elm_Widget, Evas.Clickable_Interface, Elm_Interface_Atspi_Image } values { const(void)* img; /*@ The binary data that will be used as image source */ - size_t size; /*@ The size of binary data blob @p img */ + size size; /*@ The size of binary data blob @p img */ const(char)* format; /*@ (Optional) expected format of @p img bytes */ const(char)* key; /*@ Optional indexing key of @p img to be passed to the image loader (eg. if @p img is a memory-mapped EET file) */ -- 2.7.4