mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-14 16:22:21 +00:00
compiles again
This commit is contained in:
@@ -116,7 +116,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
+ (void)appendCommandForString:(NSString *)commandString toCommands:(NSMutableArray *)commands {
|
+ (void)appendCommandForString:(NSString *)commandString toCommands:(NSMutableArray *)commands {
|
||||||
MPAutotypeCommand *
|
MPAutotypeCommand *command;
|
||||||
if(!commandString) {
|
if(!commandString) {
|
||||||
NSDictionary *modifier = [self modifierCommands];
|
NSDictionary *modifier = [self modifierCommands];
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user