From e40a698d1a90a99a0270db3181e8e4ef409d9895 Mon Sep 17 00:00:00 2001 From: daboe01 Date: Tue, 12 Aug 2014 10:37:05 +0200 Subject: [PATCH] fixed accessor --- AppKit/CPTextView/CPTextStorage.j | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AppKit/CPTextView/CPTextStorage.j b/AppKit/CPTextView/CPTextStorage.j index 6ae1b3680..447a14f10 100755 --- a/AppKit/CPTextView/CPTextStorage.j +++ b/AppKit/CPTextView/CPTextStorage.j @@ -45,7 +45,7 @@ CPTextStorageDidProcessEditingNotification = @"CPTextStorageDidProcessEditingNot CPMutableArray _layoutManagers @accessors(getter=layoutManagers); CPRange _editedRange @accessors(getter=editedRange); id _delegate @accessors(property=delegate); - int _changeInLength @accessors(property=changeinLength); + int _changeInLength @accessors(property=changeInLength); unsigned _editedMask @accessors(property=editedMask); int _editCount; // {begin,end}Editing counter