Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 6533674

Browse files
committed
Variable "window" instead of "aWindow"
to be consistent with the rest of the code.
1 parent 0c8bee7 commit 6533674

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/_macosx.m

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5743,8 +5743,8 @@ - (int)index
57435743
if(nwin > 0)
57445744
{
57455745
[NSApp activateIgnoringOtherApps: YES];
5746-
for (NSWindow *aWindow in [NSApp windows]) {
5747-
[aWindow orderFront:nil];
5746+
for (NSWindow *window in [NSApp windows]) {
5747+
[window orderFront:nil];
57485748
}
57495749
[NSApp run];
57505750
}

0 commit comments

Comments
 (0)