savio pushed a commit to branch master.

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

commit b551593087a68a63150c17403e10affe4d2c4a3b
Author: Savio Sena <[email protected]>
Date:   Mon Sep 29 16:05:14 2014 +0000

    eo-cxx: s/eo_add/eo_add_ref/ in efl::eo::inherit.
---
 src/bindings/eo_cxx/eo_inherit.hh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/bindings/eo_cxx/eo_inherit.hh 
b/src/bindings/eo_cxx/eo_inherit.hh
index 0d38539..d81c70f 100644
--- a/src/bindings/eo_cxx/eo_inherit.hh
+++ b/src/bindings/eo_cxx/eo_inherit.hh
@@ -77,7 +77,7 @@ struct inherit
    {
       typedef std::tuple<typename std::remove_reference<Args>::type...> 
tuple_type;
       _eo_cls = detail::create_class<D, tuple_type, E...> 
(eina::make_index_sequence<sizeof...(E)>());
-      _eo_raw = eo_add
+      _eo_raw = eo_add_ref
         (_eo_cls, NULL,
          detail::inherit_constructor
          <tuple_type, E...>

-- 


Reply via email to