From abd076bda593dcddb01c54e610fcd370dc48d31f Mon Sep 17 00:00:00 2001 From: "gtm.daemon" Date: Thu, 20 Jan 2011 21:00:19 +0000 Subject: [Author: avi] Pull __weak modifier from variable whose value is actually owned. R=thakis DELTA=1 (0 added, 0 deleted, 1 changed) --- AppKit/GTMWindowSheetController.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'AppKit') diff --git a/AppKit/GTMWindowSheetController.m b/AppKit/GTMWindowSheetController.m index 60cd611..bf85e59 100644 --- a/AppKit/GTMWindowSheetController.m +++ b/AppKit/GTMWindowSheetController.m @@ -23,7 +23,7 @@ @interface GTMWSCSheetInfo : NSObject { @public - __weak NSWindow* overlayWindow_; + NSWindow* overlayWindow_; // delegate data __weak id modalDelegate_; -- cgit v1.2.3