aboutsummaryrefslogtreecommitdiffhomepage
path: root/cocoa/ScintillaView.h
diff options
context:
space:
mode:
authornyamatongwe <unknown>2009-09-04 13:10:56 +0000
committernyamatongwe <unknown>2009-09-04 13:10:56 +0000
commitd5e42b78a2b7564c7e3a18daf67a8dea99d28724 (patch)
tree14f95125eabdb66adbac884b9e709b2f187da42d /cocoa/ScintillaView.h
parentd31af315a209ab200faa4f6c1d50ce0b4ddee7ca (diff)
downloadscintilla-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.h1
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;