oc: Use enum mapistore_error as returned value for setReadFlag

This commit is contained in:
Enrique J. Hernández Blasco
2015-09-04 16:15:05 +02:00
parent 190f27ed7c
commit f19074334c
5 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -919,7 +919,7 @@ rtf2html (NSData *compressedRTF)
return [self getNo: data inMemCtx: memCtx];;
}
- (int) setReadFlag: (uint8_t) flag
- (enum mapistore_error) setReadFlag: (uint8_t) flag
{
// [self subclassResponsibility: _cmd];