Add missing wx.MemoryDC.GetSelectedBitmap

This commit is contained in:
Robin Dunn
2020-03-23 20:19:29 -07:00
parent e67fcca9dd
commit 53cc1f28bf

View File

@@ -35,6 +35,9 @@ def run():
c.addPrivateCopyCtor()
c.mustHaveApp()
# remove the const overload of GetSelectedBitmap
c.find('GetSelectedBitmap').findOverload('', isConst=True).ignore()
#-----------------------------------------------------------------
tools.doCommonTweaks(module)