zmike pushed a commit to branch master.

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

commit f591a7aeaba739ad19f44b640d18950e41578c7b
Author: Cedric BAIL <[email protected]>
Date:   Fri Mar 1 10:23:40 2019 -0500

    eo: obtaining the Eo object attached to an Eina_Value is actually a const 
operation on the Eina_Value.
    
    Summary: Depends on D8077
    
    Reviewers: segfaultxavi, zmike
    
    Reviewed By: segfaultxavi, zmike
    
    Subscribers: #reviewers, #committers
    
    Tags: #efl
    
    Differential Revision: https://phab.enlightenment.org/D8078
---
 src/lib/eo/Eo.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/lib/eo/Eo.h b/src/lib/eo/Eo.h
index cefcb1746e..a43baef9b5 100644
--- a/src/lib/eo/Eo.h
+++ b/src/lib/eo/Eo.h
@@ -2241,7 +2241,7 @@ eina_value_object_init(Eo *obj)
  * @since 1.21
  */
 static inline Eo *
-eina_value_object_get(Eina_Value *v)
+eina_value_object_get(const Eina_Value *v)
 {
    Eo *r = NULL;
 

-- 


Reply via email to