mirror of
https://github.com/gnustep/libs-gdl2.git
synced 2025-02-19 17:50:47 +00:00
* EOControl/EOGenericRecord.m
(_infoForInstanceVariableNamed:stringName:retType:retSize:retOffset:): Rearrange initialization to avoid warning. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gdl2/trunk@30111 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
e2012a67ff
commit
1c87eeae3a
2 changed files with 5 additions and 1 deletions
|
@ -6,6 +6,10 @@
|
|||
* DBModeler/ModelerEntityEditor.m
|
||||
* DBModeler/ModelerTableEmbedibleEditor.m
|
||||
* DBModeler/ModelerAttributeEditor.m: Rearrange includes.
|
||||
|
||||
* EOControl/EOGenericRecord.m
|
||||
(_infoForInstanceVariableNamed:stringName:retType:retSize:retOffset:):
|
||||
Rearrange initialization to avoid warning.
|
||||
|
||||
2010-04-09 Fred Kiefer <FredKiefer@gmx.de>
|
||||
|
||||
|
|
|
@ -1244,9 +1244,9 @@ You can override this to exclude properties manually handled by derived object *
|
|||
|
||||
[allGenericRecordsLock lock];
|
||||
|
||||
arp = [NSAutoreleasePool new];
|
||||
NS_DURING
|
||||
{
|
||||
arp = [NSAutoreleasePool new];
|
||||
hashEnum = NSEnumerateHashTable(allGenericRecords);
|
||||
|
||||
while ((record = (EOGenericRecord*)NSNextHashEnumeratorItem(&hashEnum)))
|
||||
|
|
Loading…
Reference in a new issue