diff dwt/internal/cocoa/NSTableHeaderCell.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
line wrap: on
line diff
--- a/dwt/internal/cocoa/NSTableHeaderCell.d	Tue Dec 09 21:52:21 2008 +0100
+++ b/dwt/internal/cocoa/NSTableHeaderCell.d	Mon Dec 22 15:10:19 2008 +0100
@@ -42,7 +42,7 @@
 
 public NSRect sortIndicatorRectForBounds(NSRect theRect) {
     NSRect result = NSRect();
-    OS.objc_msgSend_stret(result, this.id, OS.sel_sortIndicatorRectForBounds_, theRect);
+    OS.objc_msgSend_stret(&result, this.id, OS.sel_sortIndicatorRectForBounds_, theRect);
     return result;
 }