mirror of
https://github.com/gnustep/apps-gorm.git
synced 2025-04-23 06:20:47 +00:00
Correct compilation error.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@28088 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
0c49a332f7
commit
375cc2622f
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
2009-03-16 20:18-EDT Gregory John Casamento <greg_casamento@yahoo.com>
|
||||
|
||||
* Plugins/Nib/GormNibWrapperLoader.m: Correct compilation error.
|
||||
|
||||
2009-03-03 18:17-EST Gregory John Casamento <greg_casamento@yahoo.com>
|
||||
|
||||
* GormCore/GormClassInspector.m: Change the cell to scrollable
|
||||
|
|
|
@ -84,7 +84,7 @@
|
|||
{
|
||||
GormClassManager *classManager = [document classManager];
|
||||
id docFilesOwner;
|
||||
NSMapTable objects;
|
||||
NSMapTable *objects;
|
||||
NSArray *objs;
|
||||
NSEnumerator *en;
|
||||
id o;
|
||||
|
|
Loading…
Reference in a new issue