From 0bc2020828acaab665608b9d274ec5200af018a0 Mon Sep 17 00:00:00 2001 From: "SND\\MaddTheSane_cp" Date: Wed, 8 Oct 2014 16:50:14 +0000 Subject: OS X: DFNet improvements and fixes. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@91802 e17a0e51-4ae3-4d35-97c3-1a29b211df97 --- macosx/plugins/DFNet/macsrc/SockDialog.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'macosx/plugins/DFNet/macsrc/SockDialog.h') diff --git a/macosx/plugins/DFNet/macsrc/SockDialog.h b/macosx/plugins/DFNet/macsrc/SockDialog.h index 18f10bfd..85b888c3 100755 --- a/macosx/plugins/DFNet/macsrc/SockDialog.h +++ b/macosx/plugins/DFNet/macsrc/SockDialog.h @@ -10,8 +10,7 @@ @interface SockDialog : NSWindowController -{ - IBOutlet NSProgressIndicator *spinningBar; -} +@property (weak) IBOutlet NSProgressIndicator *spinningBar; + - (IBAction)cancel:(id)sender; @end -- cgit v1.2.3