diff --git a/ChangeLog b/ChangeLog index 59bfbe419..c9658d958 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +1999-04-22 Michael Hanni + + * Model/test.m: fixed NSGraphic's'Context type-o. + * Model/GMAppKit.m: Added missing @end to NSImageView + implementation. + Mon Apr 19 14:54:00 1999 Richard Frith-Macdonald * Source/NSApplication.m: Link in dummy function to ensure that diff --git a/Model/GMAppKit.m b/Model/GMAppKit.m index 518f1790b..8b00ed126 100644 --- a/Model/GMAppKit.m +++ b/Model/GMAppKit.m @@ -1375,6 +1375,7 @@ void __dummy_GMAppKit_functionForLinking() {} return self; } +@end @implementation NSTextFieldCell (GMArchiverMethods) diff --git a/Model/test.m b/Model/test.m index 40f2eb0ee..a5382962d 100644 --- a/Model/test.m +++ b/Model/test.m @@ -43,7 +43,7 @@ NSProcessInfo* processInfo; } #endif - [[NSGraphicContext currentContext] wait]; + [[NSGraphicsContext currentContext] wait]; [[NSApplication sharedApplication] run]; printf ("exiting...\n");