Skip to content

Commit f787079

Browse files
committed
Merge pull request #288 from ParsePlatform/nlutsenko.generics
Add missing backward compatibility to generic type in PFInstallation.
2 parents 2dce171 + f643c0a commit f787079

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Parse/PFInstallation.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ - (void)_clearDeviceToken {
5252
[super removeObjectForKey:PFInstallationKeyDeviceToken];
5353
}
5454

55-
- (BFTask<PFVoid> *)_validateDeleteAsync {
55+
- (BFTask PF_GENERIC(PFVoid) *)_validateDeleteAsync {
5656
return [[super _validateDeleteAsync] continueWithSuccessBlock:^id(BFTask PF_GENERIC(PFVoid) *task) {
5757
NSError *error = [PFErrorUtilities errorWithCode:kPFErrorCommandUnavailable
5858
message:@"Installation cannot be deleted"];

0 commit comments

Comments
 (0)