diff --git a/etg/graphics.py b/etg/graphics.py index 37e91949..8186cf60 100644 --- a/etg/graphics.py +++ b/etg/graphics.py @@ -73,7 +73,7 @@ def run(): pyArgsString='(autoPaintDC) -> GraphicsContext', isStatic=True, body="""\ - return wxGraphicsContext::Create(autoPaintDC); + return wxGraphicsContext::Create(*autoPaintDC); """) m = c.find('Create').findOverload('wxEnhMetaFileDC')