wxAutoBufferedPaintDCFactory has been added, mark it as a factory function

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxPython/Phoenix/trunk@72144 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2012-07-19 06:47:25 +00:00
parent e472f5f679
commit cf09f2fa39

View File

@@ -51,6 +51,8 @@ def run():
c = module.find('wxAutoBufferedPaintDC')
c.addPrivateCopyCtor()
module.find('wxAutoBufferedPaintDCFactory').factory = True
#-----------------------------------------------------------------
tools.doCommonTweaks(module)