mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 00:41:02 +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
171884ce1c
commit
62087337b0
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
|
||||
options: (NSMatchingOptions)options
|
||||
range: (NSRange)range
|
||||
withTemplate: (NSString*)template;
|
||||
withTemplate: (NSString*)templat;
|
||||
- (NSString*)stringByReplacingMatchesInString: (NSString*)string
|
||||
options: (NSMatchingOptions)options
|
||||
range: (NSRange)range
|
||||
withTemplate: (NSString*)template;
|
||||
withTemplate: (NSString*)templat;
|
||||
- (NSString*)replacementStringForResult: (NSTextCheckingResult*)result
|
||||
inString: (NSString*)string
|
||||
offset: (NSInteger)offset
|
||||
template: (NSString*)template;
|
||||
template: (NSString*)templat;
|
||||
#if GS_HAS_DECLARED_PROPERTIES
|
||||
@property (readonly) NSRegularExpressionOptions options;
|
||||
@property (readonly) NSUInteger numberOfCaptureGroups;
|
||||
|
|
Loading…
Reference in a new issue