aboutsummaryrefslogtreecommitdiffhomepage
path: root/cocoa/ScintillaView.h
diff options
context:
space:
mode:
Diffstat (limited to 'cocoa/ScintillaView.h')
-rw-r--r--cocoa/ScintillaView.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cocoa/ScintillaView.h b/cocoa/ScintillaView.h
index 638001efd..dcdea93a9 100644
--- a/cocoa/ScintillaView.h
+++ b/cocoa/ScintillaView.h
@@ -43,7 +43,7 @@ extern NSString *SCIUpdateUINotification;
- (BOOL) canUndo;
- (BOOL) canRedo;
-@property (retain) ScintillaView* owner;
+@property (assign) ScintillaView* owner;
@end
@interface ScintillaView : NSView <InfoBarCommunicator>