diff --git a/src/bindings/cxx/eo_cxx/eo_cxx_interop.hh b/src/bindings/cxx/eo_cxx/eo_cxx_interop.hh index ffc486e1e3..a83688a3d9 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;