fix almost all the warnings caused by -Wstrict-prototypes

This commit is contained in:
fridtjof
2019-01-05 03:28:03 +01:00
parent 041396d5e6
commit 0915e3fab2
15 changed files with 38 additions and 37 deletions

View File

@@ -43,7 +43,7 @@
@param onComplete a block called when the the dialog is closed.
@return the newly created instance.
*/
- (instancetype)initWithDeviceInfo:(MXDeviceInfo*)deviceInfo wasNewDevice:(BOOL)wasNewDevice andMatrixSession:(MXSession*)session onComplete:(void (^)())onComplete;
- (instancetype)initWithDeviceInfo:(MXDeviceInfo*)deviceInfo wasNewDevice:(BOOL)wasNewDevice andMatrixSession:(MXSession*)session onComplete:(void (^)(void))onComplete;
/**
Show the dialog in a modal way.