diff dwt/internal/cocoa/NSRect.d @ 48:34237ae5156a

Updated Scrollable to 3.514
author Jacob Carlborg <doob@me.com>
date Sun, 07 Dec 2008 20:16:52 +0100
parents cfa563df4fdd
children
line wrap: on
line diff
--- a/dwt/internal/cocoa/NSRect.d	Fri Dec 05 16:23:23 2008 +0100
+++ b/dwt/internal/cocoa/NSRect.d	Sun Dec 07 20:16:52 2008 +0100
@@ -56,7 +56,7 @@
         return size.height;
     }
     
-    CGFloat width (CGFloat height)
+    CGFloat height (CGFloat height)
     {
         return size.height = height;
     }