Skip to content

Commit 60dde1f

Browse files
committed
Fix incorrect type of variable
1 parent 179528b commit 60dde1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tm_dialog2.mm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ int main (int argc, char const* argv[])
8888
for(size_t i = 0; i < argc; ++i)
8989
[args addObject:[NSString stringWithUTF8String:argv[i]]];
9090

91-
NSMutableDictionary* dict = [NSDictionary dictionaryWithObjectsAndKeys:
91+
NSDictionary* dict = [NSDictionary dictionaryWithObjectsAndKeys:
9292
[NSString stringWithUTF8String:stdin_name], @"stdin",
9393
[NSString stringWithUTF8String:stdout_name], @"stdout",
9494
[NSString stringWithUTF8String:stderr_name], @"stderr",

0 commit comments

Comments
 (0)