jpeg pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=725026a4bacfe6ddc38101e1f96c5c66711a304b

commit 725026a4bacfe6ddc38101e1f96c5c66711a304b
Author: Jean-Philippe Andre <jp.an...@samsung.com>
Date:   Tue Nov 28 21:17:32 2017 +0900

    cxx: Fix one conversion to Eina_Value
---
 src/bindings/cxx/eo_cxx/eo_cxx_interop.hh | 4 ++++
 1 file changed, 4 insertions(+)

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<const Eina_Value, in_traits<eina::value_view const&>::type>)
+{
+  return *v.native_handle();
+}
 inline Eina_Bool convert_to_c_impl( bool b, tag<Eina_Bool, bool>)
 {
   return b;

-- 


Reply via email to