diff options
author | Tom Hacohen <tom@stosb.com> | 2015-05-28 16:49:13 +0100 |
---|---|---|
committer | Tom Hacohen <tom@stosb.com> | 2015-05-28 17:47:59 +0100 |
commit | 293d286977acb8a5ac5da72241de2c2912dfa1d9 (patch) | |
tree | c6985f6706bf357e2314deaa65f96f2077960085 /src/lib/eo/eo_ptr_indirection.x | |
parent | 3aabb41d1d05eb05fbefa9ab76f2bdbc6b322ffe (diff) | |
download | efl-293d286977acb8a5ac5da72241de2c2912dfa1d9.tar.gz |
Eo: rename conflicting internal Eo_Base to Eo_Header
This name conflicts with the class Eo.Base and should have
been called Eo_Header from the start anyway.
Diffstat (limited to 'src/lib/eo/eo_ptr_indirection.x')
-rw-r--r-- | src/lib/eo/eo_ptr_indirection.x | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/eo/eo_ptr_indirection.x b/src/lib/eo/eo_ptr_indirection.x index dbdf16864e..b92f29bc39 100644 --- a/src/lib/eo/eo_ptr_indirection.x +++ b/src/lib/eo/eo_ptr_indirection.x @@ -474,7 +474,7 @@ _eo_id_release(const Eo_Id obj_id) ERR("obj_id %p is not pointing to a valid object. Maybe it has already been freed.", (void *)obj_id); #else - EINA_MAGIC_SET((Eo_Base *) obj_id, EO_FREED_EINA_MAGIC); + EINA_MAGIC_SET((Eo_Header *) obj_id, EO_FREED_EINA_MAGIC); #endif } |