From 4ce840182d803dde742908b6ab3d7bbcf56823c6 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Mon, 11 Feb 2013 01:16:07 -0600 Subject: [PATCH] Fix unintended rename --- sip/qt/qobject.sip | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/sip/qt/qobject.sip b/sip/qt/qobject.sip index 20874bf..8829ac1 100644 --- a/sip/qt/qobject.sip +++ b/sip/qt/qobject.sip @@ -1017,7 +1017,7 @@ PyTypeObject pyqtWrapperType_Type = { 0, /* tp_traverse */ 0, /* tp_clear */ 0, /* tp_richcompare */ - 0, /* tp_weatdelistoffset */ + 0, /* tp_weaklistoffset */ 0, /* tp_iter */ 0, /* tp_iternext */ 0, /* tp_methods */ @@ -1037,7 +1037,7 @@ PyTypeObject pyqtWrapperType_Type = { 0, /* tp_mro */ 0, /* tp_cache */ 0, /* tp_subclasses */ - 0, /* tp_weatdelist */ + 0, /* tp_weaklist */ 0, /* tp_del */ #if PY_VERSION_HEX >= 0x02060000 0, /* tp_version_tag */ @@ -1221,7 +1221,7 @@ static sipWrapperType pyqtWrapper_Type = { (traverseproc)pyqtWrapper_traverse, /* tp_traverse */ (inquiry)pyqtWrapper_clear, /* tp_clear */ 0, /* tp_richcompare */ - 0, /* tp_weatdelistoffset */ + 0, /* tp_weaklistoffset */ 0, /* tp_iter */ 0, /* tp_iternext */ 0, /* tp_methods */ @@ -1241,7 +1241,7 @@ static sipWrapperType pyqtWrapper_Type = { 0, /* tp_mro */ 0, /* tp_cache */ 0, /* tp_subclasses */ - 0, /* tp_weatdelist */ + 0, /* tp_weaklist */ 0, /* tp_del */ #if PY_VERSION_HEX >= 0x02060000 0, /* tp_version_tag */