diff --git a/GormCore/GormDocument.h b/GormCore/GormDocument.h index ba9cf569..aa5c5893 100644 --- a/GormCore/GormDocument.h +++ b/GormCore/GormDocument.h @@ -57,7 +57,7 @@ } @end -@interface GormDocument : NSDocument +@interface GormDocument : NSDocument // , NSCoding> { GormClassManager *classManager; GormFilesOwner *filesOwner; diff --git a/GormCore/GormDocument.m b/GormCore/GormDocument.m index bfe9358e..581c8235 100644 --- a/GormCore/GormDocument.m +++ b/GormCore/GormDocument.m @@ -3519,6 +3519,7 @@ static void _real_close(GormDocument *self, return isOlderArchive; } +/* - (void) encodeWithCoder: (NSCoder *)coder { [coder encodeObject: topLevelObjects]; @@ -3536,7 +3537,8 @@ static void _real_close(GormDocument *self, return self; } - +*/ + - (void) awakeWithContext: (NSDictionary *)context { NSEnumerator *en = [connections objectEnumerator];