Enable ownership transfer for wxTextEntry::AutoComplete(wxTextCompleter*)

This commit is contained in:
Scott Talbert
2016-03-17 22:53:14 -04:00
parent aab2833c76
commit 290b412f08

View File

@@ -45,6 +45,7 @@ def parseAndTweakModule():
c.find('Replace.to').name = 'to_'
c.find('SetSelection.from').name = 'from_'
c.find('SetSelection.to').name = 'to_'
c.find('AutoComplete').findOverload('wxTextCompleter').find('completer').transfer = True
return module