mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2026-01-04 19:10:09 +01:00
Add some missing private assignment operators
This is needed as part of fixing #1636 as a new version of SIP is required, which makes these changes necessary.
This commit is contained in:
@@ -74,6 +74,12 @@ def run():
|
||||
c.addPrivateCopyCtor()
|
||||
_addDrawTitleBarBitmap(c, False, draw_tb_bmp_doc)
|
||||
|
||||
c = module.find('wxSplitterRenderParams')
|
||||
c.addPrivateAssignOp()
|
||||
|
||||
c = module.find('wxRendererVersion')
|
||||
c.addPrivateAssignOp()
|
||||
|
||||
#-----------------------------------------------------------------
|
||||
tools.doCommonTweaks(module)
|
||||
tools.runGenerators(module)
|
||||
|
||||
Reference in New Issue
Block a user