2
0
mirror of https://github.com/boostorg/python.git synced 2026-01-19 16:32:16 +00:00

no message

[SVN r8236]
This commit is contained in:
Dave Abrahams
2000-11-16 22:22:58 +00:00
parent 6d4f4315e9
commit 7a7009ab40

View File

@@ -742,7 +742,7 @@ namespace {
Ptr::null_ok);
PyErr_Clear();
if (attribute.get() != 0 && PyCallable_Check(attribute.get()))
detail::add_capability(n, derived, all_methods);
detail::add_capability(enablers[n].capability, derived, all_methods);
}
}