From 207a0cf3e3ce169b2e6400ca4bc1df512ea15a27 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Andre Date: Tue, 5 Dec 2017 14:31:22 +0900 Subject: eo: Move hacky API auto_unref to C only This API is meant to be used by parts only, and by bindings dealing with part objects. This patch fixes make check which got broken in the after the previous one (cxx). --- src/lib/efl/cxx/efl_part_impl.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lib/efl/cxx') diff --git a/src/lib/efl/cxx/efl_part_impl.hh b/src/lib/efl/cxx/efl_part_impl.hh index f40292c6e0..b97dda1457 100644 --- a/src/lib/efl/cxx/efl_part_impl.hh +++ b/src/lib/efl/cxx/efl_part_impl.hh @@ -8,7 +8,7 @@ inline ::efl::Object Part::part(::efl::eina::string_view const& name) const \ { \ ::Eo *handle = ::efl_part(_eo_ptr(), name.c_str()); \ - ::efl_auto_unref_set(handle, false); \ + ::___efl_auto_unref_set(handle, false); \ return ::efl::Object{handle}; \ } -- cgit v1.2.1