Author: rmottola
Date: Wed Mar 23 02:32:01 2016
New Revision: 39592

URL: http://svn.gna.org/viewcvs/gnustep?rev=39592&view=rev
Log:
inherit from NSObject protocol

Modified:
    
apps/projectcenter/trunk/Modules/Debuggers/ProjectCenter/PCDebuggerViewDelegateProtocol.h

Modified: 
apps/projectcenter/trunk/Modules/Debuggers/ProjectCenter/PCDebuggerViewDelegateProtocol.h
URL: 
http://svn.gna.org/viewcvs/gnustep/apps/projectcenter/trunk/Modules/Debuggers/ProjectCenter/PCDebuggerViewDelegateProtocol.h?rev=39592&r1=39591&r2=39592&view=diff
==============================================================================
--- 
apps/projectcenter/trunk/Modules/Debuggers/ProjectCenter/PCDebuggerViewDelegateProtocol.h
   (original)
+++ 
apps/projectcenter/trunk/Modules/Debuggers/ProjectCenter/PCDebuggerViewDelegateProtocol.h
   Wed Mar 23 02:32:01 2016
@@ -20,12 +20,14 @@
 **  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 */
 
+#import <Foundation/NSObject.h>
+
 @class NSColor;
 @class NSTextView;
 @class NSArray;
 @class NSString;
 
-@protocol PCDebuggerViewDelegateProtocol
+@protocol PCDebuggerViewDelegateProtocol <NSObject>
 
 - (NSColor *)userInputColor;
 - (NSColor *)debuggerColor;


_______________________________________________
Gnustep-cvs mailing list
[email protected]
https://mail.gna.org/listinfo/gnustep-cvs

Reply via email to