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:
Richard Frith-MacDonald 2012-10-30 14:05:12 +00:00
parent 3f773a24fc
commit 710f96dbb6
2 changed files with 2 additions and 2 deletions

View file

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

View file

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