summaryrefslogtreecommitdiff
path: root/packages/cocoaint/src/appkit/NSTextStorage.inc
diff options
context:
space:
mode:
Diffstat (limited to 'packages/cocoaint/src/appkit/NSTextStorage.inc')
-rw-r--r--packages/cocoaint/src/appkit/NSTextStorage.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/cocoaint/src/appkit/NSTextStorage.inc b/packages/cocoaint/src/appkit/NSTextStorage.inc
index 6760094fc2..d52db10cab 100644
--- a/packages/cocoaint/src/appkit/NSTextStorage.inc
+++ b/packages/cocoaint/src/appkit/NSTextStorage.inc
@@ -95,6 +95,7 @@ var
{ NSTextStorageDelegate Protocol }
NSTextStorageDelegateProtocol = objcprotocol external name 'NSTextStorageDelegate'
+ optional
procedure textStorageWillProcessEditing(notification: NSNotification); message 'textStorageWillProcessEditing:';
procedure textStorageDidProcessEditing(notification: NSNotification); message 'textStorageDidProcessEditing:';
end;