From: Cedric BAIL Date: Wed, 9 Jan 2019 20:31:19 +0000 (-0800) Subject: eo: fix MacOS break. X-Git-Tag: submit/tizen/20190116.045417~47 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=8d9c10903e0f64e4170226c15afd74e0a0a2b496;p=platform%2Fupstream%2Fefl.git eo: fix MacOS break. Reviewed-by: Marcel Hollerbach Differential Revision: https://phab.enlightenment.org/D7571 --- diff --git a/src/lib/eo/eo.c b/src/lib/eo/eo.c index ed0f371f53..82299fe622 100644 --- a/src/lib/eo/eo.c +++ b/src/lib/eo/eo.c @@ -1150,7 +1150,7 @@ err_obj: return NULL; } -EAPI const size_t +EAPI size_t efl_class_memory_size_get(const Efl_Class *eo_id) { const _Efl_Class *klass;