]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/boost/python/long.hpp
import quincy beta 17.1.0
[ceph.git] / ceph / src / boost / boost / python / long.hpp
index 129c61f9e42a50dc8ed934fd67f96e526f989c0d..c15604c91c4087143f921d5d3a8631fadff73279 100644 (file)
@@ -24,8 +24,8 @@ namespace detail
       BOOST_PYTHON_FORWARD_OBJECT_CONSTRUCTORS(long_base, object)
           
    private:
-      static detail::new_non_null_reference call(object const&);
-      static detail::new_non_null_reference call(object const&, object const&);
+      static detail::new_reference call(object const&);
+      static detail::new_reference call(object const&, object const&);
   };
 }