diff options
Diffstat (limited to 'cocoa/ScintillaView.h')
-rw-r--r-- | cocoa/ScintillaView.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 |