From 595fc48ad6bc132e7b804d8e69afc4ab9e3dd59c Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Tue, 13 Mar 2012 09:55:50 +1100 Subject: Change name of the 'layout' method of ScintillaView and InfoBar to 'positionSubViews' as 'layout' has been added to their superclass NSView in OS X 10.7. The existing 'layout' method interfered with the new automatic layout feature. --- cocoa/ScintillaView.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cocoa/ScintillaView.h') diff --git a/cocoa/ScintillaView.h b/cocoa/ScintillaView.h index 4dac0ad06..bcbd1eea0 100644 --- a/cocoa/ScintillaView.h +++ b/cocoa/ScintillaView.h @@ -69,7 +69,7 @@ extern NSString *SCIUpdateUINotification; } - (void) dealloc; -- (void) layout; +- (void) positionSubViews; - (void) sendNotification: (NSString*) notificationName; - (void) notify: (NotificationType) type message: (NSString*) message location: (NSPoint) location -- cgit v1.2.3