Fixed a warning on a 'Not responding methid'

This commit is contained in:
AlessandroSangiuliano 2013-12-24 15:15:27 +01:00
parent 1236265c0c
commit b59388ccf6

View File

@ -93,10 +93,10 @@
- (NSCell*) cellForScrollerKnobSlot: (BOOL)horizontal
{
GSDrawTiles *tiles;
NSButtonCell *cell;
NSColor *color;
NSString *name;
GSDrawTiles *tiles;
RikScrollerKnobSlotCell *cell;
NSColor *color;
NSString *name;
if (horizontal)
{