mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 16:20:46 +00:00
2005-02-26 18:04 Alexander Malmberg <alexander@malmberg.org>
* Headers/Additions/GNUstepGUI/GSServicesManager.h: Include the NSMenuItem.h header instead of forward declaring the NSMenuItem protocol. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@20799 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
d4b9870e0f
commit
e15644db69
2 changed files with 11 additions and 1 deletions
|
@ -1,3 +1,9 @@
|
|||
2005-02-26 18:04 Alexander Malmberg <alexander@malmberg.org>
|
||||
|
||||
* Headers/Additions/GNUstepGUI/GSServicesManager.h: Include the
|
||||
NSMenuItem.h header instead of forward declaring the NSMenuItem
|
||||
protocol.
|
||||
|
||||
2005-02-23 Fred Kiefer <FredKiefer@gmx.de>
|
||||
|
||||
* Header/AppKit/NSColor.h (-alternateSelectedControlColor,
|
||||
|
|
|
@ -39,7 +39,11 @@
|
|||
@class NSMutableSet;
|
||||
@class NSString;
|
||||
@class NSTimer;
|
||||
@protocol NSMenuItem;
|
||||
|
||||
/* Forward declaring the NSMenuItem protocol here would be nicer, but older
|
||||
versions of gcc can't handle that. Thus, we include the header
|
||||
instead. */
|
||||
#include "AppKit/NSMenuItem.h"
|
||||
|
||||
@interface GSServicesManager : NSObject
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue