aboutsummaryrefslogtreecommitdiffhomepage
path: root/cocoa/ScintillaView.h
diff options
context:
space:
mode:
authornyamatongwe <nyamatongwe@gmail.com>2012-08-14 09:26:27 +1000
committernyamatongwe <nyamatongwe@gmail.com>2012-08-14 09:26:27 +1000
commit8539d5a369320d212e0a87d95a349ba593e63ab6 (patch)
tree270be96d9e27252bcbaf80cc68628899168e1a2b /cocoa/ScintillaView.h
parent89df686f59fb8685498d8b69b7b6850d27505b16 (diff)
downloadscintilla-mirror-8539d5a369320d212e0a87d95a349ba593e63ab6.tar.gz
Break reference cycle between ScintillaView and its InnerView.
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>