From: Jean-Philippe Andre Date: Tue, 28 Nov 2017 12:17:32 +0000 (+0900) Subject: cxx: Fix one conversion to Eina_Value X-Git-Tag: submit/sandbox/upgrade/efl120/20180319.053334~1348 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=725026a4bacfe6ddc38101e1f96c5c66711a304b;p=platform%2Fupstream%2Fefl.git cxx: Fix one conversion to Eina_Value --- diff --git a/src/bindings/cxx/eo_cxx/eo_cxx_interop.hh b/src/bindings/cxx/eo_cxx/eo_cxx_interop.hh index ffc486e..a83688a 100644 --- a/src/bindings/cxx/eo_cxx/eo_cxx_interop.hh +++ b/src/bindings/cxx/eo_cxx/eo_cxx_interop.hh @@ -427,6 +427,10 @@ inline Eina_Value const& convert_to_c_impl( ::efl::eina::value_view const& v, ta { return *v.native_handle(); } +inline const Eina_Value convert_to_c_impl( ::efl::eina::value_view const& v, tag::type>) +{ + return *v.native_handle(); +} inline Eina_Bool convert_to_c_impl( bool b, tag) { return b;