mirror of
https://github.com/gnustep/libs-base.git
synced 2025-06-04 18:40:47 +00:00
Don't use template as a symbol name in a header, because this breaks ObjC++.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@31803 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
5dd72905c8
commit
afd37b4669
1 changed files with 3 additions and 3 deletions
|
@ -71,15 +71,15 @@ DEFINE_BLOCK_TYPE(GSRegexBlock, void, NSTextCheckingResult*, NSMatchingFlags, BO
|
||||||
- (NSUInteger)replaceMatchesInString: (NSMutableString*)string
|
- (NSUInteger)replaceMatchesInString: (NSMutableString*)string
|
||||||
options: (NSMatchingOptions)options
|
options: (NSMatchingOptions)options
|
||||||
range: (NSRange)range
|
range: (NSRange)range
|
||||||
withTemplate: (NSString*)template;
|
withTemplate: (NSString*)templat;
|
||||||
- (NSString*)stringByReplacingMatchesInString: (NSString*)string
|
- (NSString*)stringByReplacingMatchesInString: (NSString*)string
|
||||||
options: (NSMatchingOptions)options
|
options: (NSMatchingOptions)options
|
||||||
range: (NSRange)range
|
range: (NSRange)range
|
||||||
withTemplate: (NSString*)template;
|
withTemplate: (NSString*)templat;
|
||||||
- (NSString*)replacementStringForResult: (NSTextCheckingResult*)result
|
- (NSString*)replacementStringForResult: (NSTextCheckingResult*)result
|
||||||
inString: (NSString*)string
|
inString: (NSString*)string
|
||||||
offset: (NSInteger)offset
|
offset: (NSInteger)offset
|
||||||
template: (NSString*)template;
|
template: (NSString*)templat;
|
||||||
#if GS_HAS_DECLARED_PROPERTIES
|
#if GS_HAS_DECLARED_PROPERTIES
|
||||||
@property (readonly) NSRegularExpressionOptions options;
|
@property (readonly) NSRegularExpressionOptions options;
|
||||||
@property (readonly) NSUInteger numberOfCaptureGroups;
|
@property (readonly) NSUInteger numberOfCaptureGroups;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue