Small correction.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@20315 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Gregory John Casamento 2004-11-08 05:20:05 +00:00
parent 1451e6f4fe
commit 5fe525e109

View file

@ -30,6 +30,7 @@
#include "GormPalettesManager.h"
#include <InterfaceBuilder/IBEditors.h>
#include <InterfaceBuilder/IBPalette.h>
// #include <GNUstepBase/GSCategories.h>
/** Private methods not accesible from outside */
@interface GormClassManager (Private)
@ -1289,7 +1290,7 @@
// Iterate over the set of classes, if it's in the classInformation
// list, it's a category, if it's not it's a custom class.
en = [dict keyEnumerator];
en = [dict keyEnumerator];
while((key = [en nextObject]) != nil)
{
id class_dict = [dict objectForKey: key];