mirror of
https://github.com/gnustep/libs-gdl2.git
synced 2025-04-23 05:00:46 +00:00
* EOControl/EOQualifier.h: Add NSMutableSet class declaration.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gdl2/trunk@19295 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
ef5d799d86
commit
98687d8fa7
2 changed files with 5 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
|||
2004-05-12 Matt Rice <ratmice@yahoo.com>
|
||||
|
||||
* EOControl/EOQualifier.h: Add NSMutableSet class declaration.
|
||||
|
||||
2004-05-12 David Ayers <d.ayers@inode.at>
|
||||
|
||||
* EOAccess/EOModel.m ([EOModel entityNamed:]): Fix typo.
|
||||
|
|
|
@ -41,6 +41,7 @@
|
|||
@class NSDictionary;
|
||||
@class NSString;
|
||||
@class NSSet;
|
||||
@class NSMutableSet;
|
||||
@class NSException;
|
||||
|
||||
@class EOClassDescription;
|
||||
|
|
Loading…
Reference in a new issue