mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-25 00:21:36 +00:00
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:
parent
e8770fc3fe
commit
22e398d303
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue