diff options
Diffstat (limited to 'macosx/plugins/DFNet/macsrc/SockDialog.h')
| -rwxr-xr-x | macosx/plugins/DFNet/macsrc/SockDialog.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/macosx/plugins/DFNet/macsrc/SockDialog.h b/macosx/plugins/DFNet/macsrc/SockDialog.h index 2898ceec..18f10bfd 100755 --- a/macosx/plugins/DFNet/macsrc/SockDialog.h +++ b/macosx/plugins/DFNet/macsrc/SockDialog.h @@ -9,8 +9,9 @@ #import <Cocoa/Cocoa.h> -@interface SockDialog : NSWindowController { - +@interface SockDialog : NSWindowController +{ + IBOutlet NSProgressIndicator *spinningBar; } - (IBAction)cancel:(id)sender; @end |
