diff --git a/src/PythonQtClassInfo.h b/src/PythonQtClassInfo.h index 1acbfff..3023f09 100644 --- a/src/PythonQtClassInfo.h +++ b/src/PythonQtClassInfo.h @@ -47,7 +47,7 @@ struct PythonQtMemberInfo { Invalid, Slot, EnumValue, Property, NotFound }; - PythonQtMemberInfo():_slot(NULL),_enumValue(0),_type(Invalid) { } + PythonQtMemberInfo():_type(Invalid),_slot(NULL),_enumValue(0) { } PythonQtMemberInfo(PythonQtSlotInfo* info) { _type = Slot;