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

Collapse All | Expand All

(-)file_not_specified_in_diff (-2 / +2 lines)
Line  Link Here
0
-- a/src/Gui/PythonWrapper.cpp
0
++ b/src/Gui/PythonWrapper.cpp
Lines 480-482 Link Here
480
            return false;
480
            return false;
481
        types = Shiboken::Module::getTypes(requiredModule);
481
        types = reinterpret_cast<PyTypeObject **>(Shiboken::Module::getTypes(requiredModule));
482
    }
482
    }

Return to bug 929973