Author: rmottola
Date: Mon Dec 29 12:54:00 2014
New Revision: 38269
URL: http://svn.gna.org/viewcvs/gnustep?rev=38269&view=rev
Log:
explicit objects instead of using id
Modified:
apps/gworkspace/trunk/Inspector/Inspector.h
Modified: apps/gworkspace/trunk/Inspector/Inspector.h
URL:
http://svn.gna.org/viewcvs/gnustep/apps/gworkspace/trunk/Inspector/Inspector.h?rev=38269&r1=38268&r2=38269&view=diff
==============================================================================
--- apps/gworkspace/trunk/Inspector/Inspector.h (original)
+++ apps/gworkspace/trunk/Inspector/Inspector.h Mon Dec 29 12:54:00 2014
@@ -1,6 +1,6 @@
/* Inspector.h
*
- * Copyright (C) 2004 Free Software Foundation, Inc.
+ * Copyright (C) 2004-2014 Free Software Foundation, Inc.
*
* Author: Enrico Sersale <[email protected]>
* Date: January 2004
@@ -32,17 +32,19 @@
@class Contents;
@class Tools;
@class IconView;
+@class NSPopUpButton;
+@class NSWindow;
@interface Inspector : NSObject
{
- IBOutlet id win;
- IBOutlet id popUp;
+ IBOutlet NSWindow *win;
+ IBOutlet NSPopUpButton *popUp;
IBOutlet NSBox *inspBox;
NSMutableArray *inspectors;
- id currentInspector;
+ id currentInspector;
- NSArray *currentPaths;
+ NSArray *currentPaths;
NSString *watchedPath;
NSNotificationCenter *nc;
_______________________________________________
Gnustep-cvs mailing list
[email protected]
https://mail.gna.org/listinfo/gnustep-cvs