]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/boost/python/converter/obj_mgr_arg_from_python.hpp
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / boost / boost / python / converter / obj_mgr_arg_from_python.hpp
index cd4e1e0ea8128a69983dc0a1b62035c94d792bae..513280408207c2b480cda70af51b896bbd1a9993 100644 (file)
@@ -81,9 +81,9 @@ inline object_manager_ref_arg_from_python<Ref>::object_manager_ref_arg_from_pyth
 # if defined(__EDG_VERSION__) && __EDG_VERSION__ <= 243
     // needed for warning suppression
     python::detail::borrowed_reference x_ = python::detail::borrowed_reference(x);
-    python::detail::construct_referent<Ref>(&m_result.bytes, x_);
+    python::detail::construct_referent<Ref>(m_result.bytes, x_);
 # else 
-    python::detail::construct_referent<Ref>(&m_result.bytes, (python::detail::borrowed_reference)x);
+    python::detail::construct_referent<Ref>(m_result.bytes, (python::detail::borrowed_reference)x);
 # endif 
 }