diff options
Diffstat (limited to 'Source/SPTextAndLinkCell.h')
-rw-r--r-- | Source/SPTextAndLinkCell.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/Source/SPTextAndLinkCell.h b/Source/SPTextAndLinkCell.h index 76604092..75723796 100644 --- a/Source/SPTextAndLinkCell.h +++ b/Source/SPTextAndLinkCell.h @@ -38,13 +38,13 @@ enum sptextandlinkcell_drawstates id linkTarget; SEL linkAction; - int lastLinkColumn; - int lastLinkRow; - int drawState; + NSInteger lastLinkColumn; + NSInteger lastLinkRow; + NSInteger drawState; } - (void) setTarget:(id)theTarget action:(SEL)theAction; -- (int) getClickedColumn; -- (int) getClickedRow; +- (NSInteger) getClickedColumn; +- (NSInteger) getClickedRow; @end |