fix msvc problems

This commit is contained in:
wmayer
2016-09-21 22:14:09 +02:00
parent 53531b603a
commit 40c79f18e4
4 changed files with 32 additions and 21 deletions

View File

@@ -560,7 +560,7 @@ QWidget* UiLoader::createWidget(const QString & className, QWidget * parent,
// ----------------------------------------------------
PyObject *UiLoaderPy::PyMake(struct _typeobject */*type*/, PyObject * args, PyObject * /*kwds*/)
PyObject *UiLoaderPy::PyMake(struct _typeobject * /*type*/, PyObject * args, PyObject * /*kwds*/)
{
if (!PyArg_ParseTuple(args, ""))
return 0;