aboutsummaryrefslogtreecommitdiffstats
path: root/ScrollingTextView.h
diff options
context:
space:
mode:
Diffstat (limited to 'ScrollingTextView.h')
-rw-r--r--ScrollingTextView.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ScrollingTextView.h b/ScrollingTextView.h
index b917bff..2dbab1a 100644
--- a/ScrollingTextView.h
+++ b/ScrollingTextView.h
@@ -2,7 +2,7 @@
#import <Cocoa/Cocoa.h>
-@interface ScrollingTextView : NSTextView
+@interface ScrollingTextView : NSTextView <NSLayoutManagerDelegate>
{
IBOutlet NSResponder *theResponder;
}