Skip to content

Commit 5045926

Browse files
committed
Fixing a compiler warning.
svn path=/trunk/matplotlib/; revision=8137
1 parent 068b416 commit 5045926

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/_macosx.m

+1-1
Original file line numberDiff line numberDiff line change
@@ -4468,7 +4468,7 @@ - (View*)initWithFrame:(NSRect)rect
44684468
self = [super initWithFrame: rect];
44694469
rubberband = NSZeroRect;
44704470
inside = false;
4471-
tracking = nil;
4471+
tracking = 0;
44724472
return self;
44734473
}
44744474

0 commit comments

Comments
 (0)