Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 919000
Collapse All | Expand All

(-)a/siplib.c (-1 / +1 lines)
Lines 3902-3908 static int parsePass1(PyObject **parseErrp, sipSimpleWrapper **selfp, Link Here
3902
    {
3902
    {
3903
    case '#':
3903
    case '#':
3904
            /* A ctor has an argument with the /Transfer/ annotation. */
3904
            /* A ctor has an argument with the /Transfer/ annotation. */
3905
            *selfp = va_arg(va, PyObject *);
3905
            *selfp = (sipSimpleWrapper *) va_arg(va, PyObject *);
3906
            break;
3906
            break;
3907
3907
3908
    case 'B':
3908
    case 'B':

Return to bug 919000