mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-24 06:28:54 +00:00
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:
parent
5b78652c15
commit
7e4d879270
2 changed files with 7 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue