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:
Gregory John Casamento 2009-03-17 00:18:56 +00:00
parent 0c49a332f7
commit 375cc2622f
2 changed files with 5 additions and 1 deletions

View file

@ -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

View file

@ -84,7 +84,7 @@
{
GormClassManager *classManager = [document classManager];
id docFilesOwner;
NSMapTable objects;
NSMapTable *objects;
NSArray *objs;
NSEnumerator *en;
id o;