Make header self-contained.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@15719 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Alexander Malmberg 2003-01-26 19:26:12 +00:00
parent 9407b0bfca
commit d137be7d9f
2 changed files with 6 additions and 0 deletions

View file

@ -1,3 +1,8 @@
2003-01-26 20:24 Alexander Malmberg <alexander@malmberg.org>
* Headers/gnustep/gui/NSMenu.h: Add missing class declaration
so the header is self-contained.
2003-01-26 19:17 Alexander Malmberg <alexander@malmberg.org>
* Headers/gnustep/gui/GSFontInfo.h, Headers/gnustep/gui/NSFont.h,

View file

@ -42,6 +42,7 @@
@class NSPopUpButtonCell;
@class NSView;
@class NSWindow;
@class NSMutableArray;
@interface NSMenu : NSObject <NSCoding, NSCopying>
{