Fixed minor compilation problem

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@14430 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Gregory John Casamento 2002-09-11 21:33:32 +00:00
parent 43ac74169f
commit 4549ec7312
2 changed files with 6 additions and 0 deletions

View file

@ -1,3 +1,8 @@
2002-09-11 Gregory John Casamento
* GormOutlineView.m: Corrected minor compilation problem due to
header correction done in gui lib. NSImage is now directly included.
2002-09-09 Adam Fedor <fedor@gnu.org>
* GormClassManager.m (-allActionsForObject:): Print class in error message.

View file

@ -34,6 +34,7 @@
#include <AppKit/NSEvent.h>
#include <AppKit/NSTextFieldCell.h>
#include <AppKit/NSWindow.h>
#include <AppKit/NSImage.h>
static NSNotificationCenter *nc = nil;
static const int current_version = 1;