Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 392215 | Differences between
and this patch

Collapse All | Expand All

(-)src/Base/swigpyrun.inl.old (-1 / +1 lines)
Lines 32-38 Link Here
32
    if (!swig_type)
32
    if (!swig_type)
33
        throw Base::Exception("Cannot find type information for requested type");
33
        throw Base::Exception("Cannot find type information for requested type");
34
    
34
    
35
    *ptr = SWIG_Python_NewPointerObj(obj,swig_type,own);
35
    *ptr = SWIG_Python_NewPointerObj(NULL,obj,swig_type,own);
36
    if (*ptr == 0)
36
    if (*ptr == 0)
37
        throw Base::Exception("Cannot convert into requested type");
37
        throw Base::Exception("Cannot convert into requested type");
38
38

Return to bug 392215