diff options
author | nyamatongwe <unknown> | 2009-09-04 13:10:56 +0000 |
---|---|---|
committer | nyamatongwe <unknown> | 2009-09-04 13:10:56 +0000 |
commit | d5e42b78a2b7564c7e3a18daf67a8dea99d28724 (patch) | |
tree | 14f95125eabdb66adbac884b9e709b2f187da42d /cocoa/ScintillaView.h | |
parent | d31af315a209ab200faa4f6c1d50ce0b4ddee7ca (diff) | |
download | scintilla-mirror-d5e42b78a2b7564c7e3a18daf67a8dea99d28724.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; |