diff --git a/Headers/gnustep/gui/NSTextView.h b/Headers/gnustep/gui/NSTextView.h index 6e60a8b38..8e5f0cecd 100644 --- a/Headers/gnustep/gui/NSTextView.h +++ b/Headers/gnustep/gui/NSTextView.h @@ -219,8 +219,8 @@ - (NSRange)smartDeleteRangeForProposedRange:(NSRange)proposedCharRange; - (void)smartInsertForString:(NSString *)aString replacingRange:(NSRange)charRange - beforeString:(NSString *)beforeString - afterString:(NSString *)afterString; + beforeString:(NSString **)beforeString + afterString:(NSString **)afterString; @end // Note that all delegation messages come from the first textView