]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/boost/python/detail/caller.hpp
import quincy beta 17.1.0
[ceph.git] / ceph / src / boost / boost / python / detail / caller.hpp
index 557359f5f523f13ae8636329160fdfd5b79bea63..2834d6da99564c2ee80426c7253dafc7d2f55c7c 100644 (file)
@@ -124,7 +124,7 @@ template<class Policies, class Sig> const signature_element* get_ret()
     };
 
     return &ret;
-};
+}
 
 #endif