Don't use protocol forward declarations.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@15725 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Alexander Malmberg 2003-01-26 19:43:16 +00:00
parent 5b78652c15
commit 7e4d879270
2 changed files with 7 additions and 2 deletions

View file

@ -1,3 +1,8 @@
2003-01-26 20:41 Alexander Malmberg <alexander@malmberg.org>
* Headers/gnustep/gui/NSTextView.h: Don't use protocol forward
declarations.
2003-01-26 20:35 Alexander Malmberg <alexander@malmberg.org>
* Source/NSTextView.m: Make sure the typing attributes are always

View file

@ -33,14 +33,14 @@
#include <AppKit/NSText.h>
#include <AppKit/NSInputManager.h>
#include <AppKit/NSDragging.h>
#include <AppKit/NSTextAttachment.h>
@class NSTimer;
@class NSTextContainer;
@class NSTextStorage;
@class NSLayoutManager;
@class NSRulerView,NSRulerMarker;
@protocol NSDraggingInfo;
@protocol NSTextAttachmentCell;
typedef enum _NSSelectionGranularity {