summaryrefslogtreecommitdiff
path: root/macosx/plugins/DFNet/macsrc/SockDialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'macosx/plugins/DFNet/macsrc/SockDialog.h')
-rwxr-xr-xmacosx/plugins/DFNet/macsrc/SockDialog.h5
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