cedric pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=8e85e198049e7275eb8430006266374b3b22375a

commit 8e85e198049e7275eb8430006266374b3b22375a
Author: Cedric BAIL <cedric.b...@free.fr>
Date:   Wed Jan 9 12:31:19 2019 -0800

    eo: fix MacOS break.
    
    Reviewed-by: Marcel Hollerbach <marcel-hollerb...@t-online.de>
    Differential Revision: https://phab.enlightenment.org/D7571
---
 src/lib/eo/eo.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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;

-- 


Reply via email to