From 7a7009ab40e37b66e2b237465d2fb2ed1c9cc1f8 Mon Sep 17 00:00:00 2001 From: Dave Abrahams Date: Thu, 16 Nov 2000 22:22:58 +0000 Subject: [PATCH] no message [SVN r8236] --- subclass.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/subclass.cpp b/subclass.cpp index 28a4a1cf..67c58f7d 100644 --- a/subclass.cpp +++ b/subclass.cpp @@ -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); } }