mirror of
https://github.com/gnustep/apps-gorm.git
synced 2025-04-23 14:30:48 +00:00
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:
parent
43ac74169f
commit
4549ec7312
2 changed files with 6 additions and 0 deletions
|
@ -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.
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue