diff --git a/Headers/Foundation/NSOrderedSet.h b/Headers/Foundation/NSOrderedSet.h index 0122a3915..0d17bcc3d 100644 --- a/Headers/Foundation/NSOrderedSet.h +++ b/Headers/Foundation/NSOrderedSet.h @@ -1,9 +1,9 @@ /** Interface for NSOrderedSet, NSMutableOrderedSet for GNUStep - Copyright (C) 1995, 1996, 1998 Free Software Foundation, Inc. + Copyright (C) 2019 Free Software Foundation, Inc. - Written by: Andrew Kachites McCallum - Created: Sep 1995 + Written by: Gregory John Casamento + Created: May 17 2019 This file is part of the GNUstep Base Library. @@ -42,6 +42,7 @@ extern "C" { @class GS_GENERIC_CLASS(NSSet, ElementT); @class GS_GENERIC_CLASS(NSDictionary, KeyT:id, ValT); @class NSString; +@class NSPredicate; @interface GS_GENERIC_CLASS(NSOrderedSet, __covariant ElementT) : NSObject