diff dwt/internal/cocoa/NSTabView.d @ 60:62202ce0039f

Updated and fixed many modules to 3.514
author Jacob Carlborg <doob@me.com>
date Mon, 22 Dec 2008 15:10:19 +0100
parents d8635bb48c7c
children 63a09873578e
line wrap: on
line diff
--- a/dwt/internal/cocoa/NSTabView.d	Tue Dec 09 21:52:21 2008 +0100
+++ b/dwt/internal/cocoa/NSTabView.d	Mon Dec 22 15:10:19 2008 +0100
@@ -56,7 +56,7 @@
 
 public NSRect contentRect() {
     NSRect result = NSRect();
-    OS.objc_msgSend_stret(result, this.id, OS.sel_contentRect);
+    OS.objc_msgSend_stret(&result, this.id, OS.sel_contentRect);
     return result;
 }
 
@@ -66,7 +66,7 @@
 
 public NSSize minimumSize() {
     NSSize result = NSSize();
-    OS.objc_msgSend_stret(result, this.id, OS.sel_minimumSize);
+    OS.objc_msgSend_stret(&result, this.id, OS.sel_minimumSize);
     return result;
 }