diff --git a/ChangeLog b/ChangeLog index fcb46d312..cdc1638d5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2003-01-26 20:24 Alexander Malmberg + + * Headers/gnustep/gui/NSMenu.h: Add missing class declaration + so the header is self-contained. + 2003-01-26 19:17 Alexander Malmberg * Headers/gnustep/gui/GSFontInfo.h, Headers/gnustep/gui/NSFont.h, diff --git a/Headers/gnustep/gui/NSMenu.h b/Headers/gnustep/gui/NSMenu.h index 1c9bbb81c..abb4ac62b 100644 --- a/Headers/gnustep/gui/NSMenu.h +++ b/Headers/gnustep/gui/NSMenu.h @@ -42,6 +42,7 @@ @class NSPopUpButtonCell; @class NSView; @class NSWindow; +@class NSMutableArray; @interface NSMenu : NSObject {