From a2763d8dc216bc2670d49128d98dd65600cfe95f Mon Sep 17 00:00:00 2001 From: ritsuka Date: Sun, 1 Mar 2009 18:00:26 +0000 Subject: MacGui; fixed warnings related to 64bit cocoa. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2183 b64f7644-9d1e-0410-96f1-a4d463321fa5 --- macosx/HBQueueController.mm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'macosx/HBQueueController.mm') diff --git a/macosx/HBQueueController.mm b/macosx/HBQueueController.mm index aa5e55a8c..3e1b1f59b 100644 --- a/macosx/HBQueueController.mm +++ b/macosx/HBQueueController.mm @@ -491,7 +491,7 @@ static NSString* HBQueuePauseResumeToolbarIdentifier = @"HBQueuePauseRe [fHBController Pause:NULL]; NSString * alertTitle = [NSString stringWithFormat:NSLocalizedString(@"Stop This Encode and Remove It ?", nil)]; // Which window to attach the sheet to? - NSWindow * docWindow; + NSWindow * docWindow = nil; if ([sender respondsToSelector: @selector(window)]) docWindow = [sender window]; -- cgit v1.2.3