From cade69e35c51bd48833ed77e417679056540c8ae Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Fri, 4 Sep 2009 13:10:56 +0000 Subject: Fix in the InfoBar to avoid setting a cell class for the entire application. Fixed memory leak re. notification center. Cursor handling did not properly retain the used cursor image. --- cocoa/ScintillaView.h | 1 + 1 file changed, 1 insertion(+) (limited to 'cocoa/ScintillaView.h') diff --git a/cocoa/ScintillaView.h b/cocoa/ScintillaView.h index 41861226f..574c2337d 100644 --- a/cocoa/ScintillaView.h +++ b/cocoa/ScintillaView.h @@ -37,6 +37,7 @@ int mLastPosition; } +- (void) dealloc; - (void) removeMarkedText; - (void) setCursor: (Scintilla::Window::Cursor) cursor; -- cgit v1.2.3