changeset 920:f47d5fa72f84

Fixed a clang warning.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Fri, 22 Apr 2011 05:01:38 +0000
parents 2ab67f71b50f
children 4c9bef883b14
files mac/dw.m
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/mac/dw.m	Fri Apr 22 04:56:59 2011 +0000
+++ b/mac/dw.m	Fri Apr 22 05:01:38 2011 +0000
@@ -5870,7 +5870,7 @@
     pixmap->width = width;
     pixmap->height = height;
     pixmap->handle = handle;
-    id image = pixmap->image = [[NSBitmapImageRep alloc] 
+    pixmap->image = [[NSBitmapImageRep alloc] 
                                     initWithBitmapDataPlanes:NULL 
                                     pixelsWide:width 
                                     pixelsHigh:height