Skip to content

Commit

Permalink
Building error resolved
Browse files Browse the repository at this point in the history
  • Loading branch information
ailinykh committed Feb 13, 2015
1 parent ee75507 commit 7501e31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion imgur/ScreenshotController.m
Expand Up @@ -52,7 +52,7 @@ - (void)uploadImage:(NSData *)image

if(finished){
NSString *alertText = [NSString stringWithFormat:@"%@/%@/", imgurUrlString, @" copied to clipboard."];
[[NSApp delegate] flashAlert:alertText];
[(ApplicationDelegate*)[NSApp delegate] flashAlert:alertText];
}
}];
}
Expand Down

0 comments on commit 7501e31

Please sign in to comment.