Corrected signature for smartInsertForString:...

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@6611 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Fred Kiefer 2000-05-23 22:55:19 +00:00
parent e8770fc3fe
commit 22e398d303

View file

@ -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