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