aboutsummaryrefslogtreecommitdiffstats
path: root/libshiboken
diff options
context:
space:
mode:
Diffstat (limited to 'libshiboken')
-rw-r--r--libshiboken/basewrapper.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/libshiboken/basewrapper.cpp b/libshiboken/basewrapper.cpp
index f1165d911..3d65071da 100644
--- a/libshiboken/basewrapper.cpp
+++ b/libshiboken/basewrapper.cpp
@@ -57,7 +57,7 @@ PyTypeObject SbkObjectType_Type = {
/*tp_call*/ 0,
/*tp_str*/ 0,
/*tp_getattro*/ 0,
- /*tp_setattro*/ 0,
+ /*tp_setattro*/ PyObject_GenericSetAttr,
/*tp_as_buffer*/ 0,
/*tp_flags*/ Py_TPFLAGS_DEFAULT|Py_TPFLAGS_BASETYPE,
/*tp_doc*/ 0,