mirror of
https://github.com/gnustep/libs-gdl2.git
synced 2025-02-19 17:50:47 +00:00
2010-04-07 David Ayers <ayers@fsfe.org>
* EOInterface/EOPopUpAssociation.m: Add missing include. Reported by: German Arias. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gdl2/trunk@30099 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
5107816c46
commit
ac331bbbc8
2 changed files with 9 additions and 3 deletions
|
@ -1,10 +1,15 @@
|
|||
2010-03-30 Sergey Golovin <golovin.sv@gmail.com>
|
||||
2010-04-07 David Ayers <ayers@fsfe.org>
|
||||
|
||||
* EOInterface/EOPopUpAssociation.m: Add missing include.
|
||||
Reported by: German Arias.
|
||||
|
||||
2010-03-30 Sergey Golovin <golovin.sv@gmail.com>
|
||||
|
||||
* EOAccess/EORelationship.m (-[isToManyToOne]): Correct index
|
||||
used to retrieved second relationship.
|
||||
Bug #29369
|
||||
|
||||
2010-03-30 David Ayers <ayers@fsfe.org>
|
||||
2010-03-30 David Ayers <ayers@fsfe.org>
|
||||
|
||||
* Tools/EOModel+GSDoc.m (-[gsdocContentSplittedByEntities:idPtr:]):
|
||||
Split out parameters into local variables. Fix format string to
|
||||
|
|
|
@ -24,8 +24,9 @@
|
|||
*/
|
||||
|
||||
#ifdef GNUSTEP
|
||||
#include <Foundation/NSString.h>
|
||||
#include <Foundation/NSArray.h>
|
||||
#include <Foundation/NSString.h>
|
||||
#include <Foundation/NSException.h>
|
||||
|
||||
#include <AppKit/NSPopUpButton.h>
|
||||
#else
|
||||
|
|
Loading…
Reference in a new issue