mirror of
https://github.com/gnustep/apps-gorm.git
synced 2025-04-22 22:20:44 +00:00
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:
parent
1451e6f4fe
commit
5fe525e109
1 changed files with 2 additions and 1 deletions
|
@ -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];
|
||||
|
|
Loading…
Reference in a new issue