diff options
Diffstat (limited to 'src/lib/efl/cxx/efl_part_impl.hh')
-rw-r--r-- | src/lib/efl/cxx/efl_part_impl.hh | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ | |||
8 | inline ::efl::Object Part::part(::efl::eina::string_view const& name) const \ | 8 | inline ::efl::Object Part::part(::efl::eina::string_view const& name) const \ |
9 | { \ | 9 | { \ |
10 | ::Eo *handle = ::efl_part(_eo_ptr(), name.c_str()); \ | 10 | ::Eo *handle = ::efl_part(_eo_ptr(), name.c_str()); \ |
11 | ::efl_auto_unref_set(handle, false); \ | 11 | ::___efl_auto_unref_set(handle, false); \ |
12 | return ::efl::Object{handle}; \ | 12 | return ::efl::Object{handle}; \ |
13 | } | 13 | } |
14 | 14 | ||