mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2025-07-21 12:41:10 +02:00
Add missing wx.MemoryDC.GetSelectedBitmap
This commit is contained in:
@@ -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)
|
||||
|
Reference in New Issue
Block a user