mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-20 00:24:43 +02:00
fix almost all the warnings caused by -Wstrict-prototypes
This commit is contained in:
@@ -114,7 +114,7 @@
|
||||
|
||||
NSArray *titles = @[NSLocalizedStringFromTable(@"title_rooms", @"Vector", nil) , NSLocalizedStringFromTable(@"title_people", @"Vector", nil)];
|
||||
|
||||
void (^failureBlock)() = ^void() {
|
||||
void (^failureBlock)(void) = ^void() {
|
||||
[self dismissViewControllerAnimated:YES completion:^{
|
||||
[[ShareExtensionManager sharedManager] terminateExtensionCanceled:NO];
|
||||
}];
|
||||
|
||||
Reference in New Issue
Block a user