We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f93c670 commit 4d43825Copy full SHA for 4d43825
1 file changed
Source/win32/GSRunLoopCtxt.m
@@ -85,7 +85,7 @@ - (id) initWithMode: (NSString*)theMode extra: (void*)e
85
handleMap = NSCreateMapTable(NSIntegerMapKeyCallBacks,
86
[self watcherCallbacks], 0);
87
winMsgMap = NSCreateMapTable(NSIntegerMapKeyCallBacks,
88
- [self WatcherCallbacks], 0);
+ [self watcherCallbacks], 0);
89
}
90
return self;
91
0 commit comments