diff options
author | nyamatongwe <devnull@localhost> | 2009-09-04 13:10:56 +0000 |
---|---|---|
committer | nyamatongwe <devnull@localhost> | 2009-09-04 13:10:56 +0000 |
commit | cade69e35c51bd48833ed77e417679056540c8ae (patch) | |
tree | 14f95125eabdb66adbac884b9e709b2f187da42d /cocoa/ScintillaView.h | |
parent | 61606c7b32ba1f72f0f51ff7e2a7b9b9c0725980 (diff) | |
download | scintilla-mirror-cade69e35c51bd48833ed77e417679056540c8ae.tar.gz |
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.
Diffstat (limited to 'cocoa/ScintillaView.h')
-rw-r--r-- | cocoa/ScintillaView.h | 1 |
1 files changed, 1 insertions, 0 deletions
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; |