mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-22 16:10:48 +00:00
Fixed typo
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@4222 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
80cb0f7b81
commit
b02a0ecc16
1 changed files with 1 additions and 1 deletions
|
@ -91,7 +91,7 @@
|
|||
/*
|
||||
* Class variables
|
||||
*/
|
||||
static SEL ccSel = @selector(_checkCusrorRectangles:forEvent:);
|
||||
static SEL ccSel = @selector(_checkCursorRectangles:forEvent:);
|
||||
static SEL ctSel = @selector(_checkTrackingRectangles:forEvent:);
|
||||
static IMP ccImp;
|
||||
static IMP ctImp;
|
||||
|
|
Loading…
Reference in a new issue