* Headers/AppKit/NSSound.h: Import NSBundle.h for category declaration.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@30107 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
David Ayers 2010-04-09 09:04:42 +00:00
parent db215c6ece
commit 4e995aca20
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,7 @@
2010-04-09 David Ayers <d.ayers@inode.at>
* Headers/AppKit/NSSound.h: Import NSBundle.h for category declaration.
2010-04-08 Jonathan Gillaspie <jonathan.gillaspie@testplant.com>
* Source/GSToolTips.m: Prevent Windows API callback from crashing when displaying tooltips.
@ -4593,7 +4597,7 @@
2008-12-16 Richard Frith-Macdonald <rfm@gnu.org>
* Source/NSWorkspace.m: Restore priority in lookup for Editors
error in last change pointed out by david Ayers.
error in last change pointed out by David Ayers.
2008-12-16 19:41-EST Gregory John Casamento <greg_casamento@yahoo.com>

View file

@ -32,6 +32,7 @@
#define _GNUstep_H_NSSound
#import <Foundation/NSObject.h>
#import <Foundation/NSBundle.h>
#import "GNUstepGUI/GSSoundSource.h"
#import "GNUstepGUI/GSSoundSink.h"