Compile.
authorMorten Sorvig <morten.sorvig@nokia.com>
Tue, 21 Jun 2011 07:56:46 +0000 (09:56 +0200)
committerMorten Sorvig <morten.sorvig@nokia.com>
Tue, 21 Jun 2011 07:56:46 +0000 (09:56 +0200)
src/plugins/platforms/cocoa/qcocoaintegration.mm

index c29fda0..e2a206a 100644 (file)
@@ -119,7 +119,7 @@ QPlatformGLContext *QCocoaIntegration::createPlatformGLContext(const QGuiGLForma
 
 QPlatformBackingStore *QCocoaIntegration::createPlatformBackingStore(QWindow *window) const
 {
-    return new QCocoaBackingStore(window, winId);
+    return new QCocoaBackingStore(window);
 }
 
 QPlatformFontDatabase *QCocoaIntegration::fontDatabase() const