diff --git a/etg/splash.py b/etg/splash.py index 2b4797e5..d7222729 100644 --- a/etg/splash.py +++ b/etg/splash.py @@ -43,7 +43,7 @@ def run(): c.addCppMethod('wxBitmap*', 'GetBitmap', '()', doc="Get the spash screen's bitmap", body="""\ - return &self->GetSplashWindow()->GetBitmap(); + return & self->GetSplashWindow()->GetBitmap(); """) c.addCppMethod('void', 'SetBitmap', '(const wxBitmap& bitmap)',