mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
correct declared return type
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@35765 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
3f773a24fc
commit
710f96dbb6
2 changed files with 2 additions and 2 deletions
|
@ -237,7 +237,7 @@ extern "C" {
|
|||
+ (GSMimeParser*) mimeParser;
|
||||
|
||||
- (GSMimeCodingContext*) contextFor: (GSMimeHeader*)info;
|
||||
- (NSData*) data;
|
||||
- (NSMutableData*) data;
|
||||
- (BOOL) decodeData: (NSData*)sData
|
||||
fromRange: (NSRange)aRange
|
||||
intoData: (NSMutableData*)dData
|
||||
|
|
|
@ -1007,7 +1007,7 @@ wordData(NSString *word)
|
|||
* If the parse has parsed the body of the message, this will be
|
||||
* the data of the body, with any transfer encoding removed.
|
||||
*/
|
||||
- (NSData*) data
|
||||
- (NSMutableData*) data
|
||||
{
|
||||
return data;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue