eo-cxx: s/eo_add/eo_add_ref/ in efl::eo::inherit.

This commit is contained in:
Savio Sena 2014-09-29 16:05:14 +00:00
parent 4125f1cef9
commit b551593087
1 changed files with 1 additions and 1 deletions

View File

@ -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...>