Fix multiple definitions of swig::container_owner_attribute
This commit is contained in:
parent
32b963ef1c
commit
2786bf37a1
1 changed files with 1 additions and 1 deletions
|
|
@ -43,7 +43,7 @@
|
|||
|
||||
%fragment("reference_container_owner", "header", fragment="container_owner_attribute_init") {
|
||||
namespace swig {
|
||||
PyObject* container_owner_attribute() {
|
||||
static PyObject* container_owner_attribute() {
|
||||
static PyObject* attr = SWIG_Python_str_FromChar("__swig_container");
|
||||
return attr;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue