From 7ba781acb8a75da511cc773ec25f6e4b54debbfd Mon Sep 17 00:00:00 2001 From: Kevin Ollivier Date: Wed, 2 Nov 2011 21:57:45 +0000 Subject: [PATCH] Update the callback to use the new name. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxPython/Phoenix/trunk@69645 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- etg/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etg/utils.py b/etg/utils.py index a2956084..511a819b 100644 --- a/etg/utils.py +++ b/etg/utils.py @@ -47,7 +47,7 @@ def run(): module.find('wxGetHostName').findOverload('buf').ignore() module.find('wxGetUserId').findOverload('buf').ignore() module.find('wxGetUserName').findOverload('buf').ignore() - module.find('CMPFUNCDATA').ignore() + module.find('wxSortCallback').ignore() module.find('wxLoadUserResource').ignore() module.find('wxGetFreeMemory').ignore() module.find('wxGetLinuxDistributionInfo').ignore()