aboutsummaryrefslogtreecommitdiffstats
path: root/Source/ImageAndTextCell.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/ImageAndTextCell.h')
-rw-r--r--Source/ImageAndTextCell.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/Source/ImageAndTextCell.h b/Source/ImageAndTextCell.h
index f652d3fe..a7728552 100644
--- a/Source/ImageAndTextCell.h
+++ b/Source/ImageAndTextCell.h
@@ -45,7 +45,7 @@
{
@private
NSImage *image;
- int _indentationLevel;
+ NSInteger _indentationLevel;
}
- (void)setImage:(NSImage *)anImage;
@@ -54,7 +54,7 @@
- (void)drawWithFrame:(NSRect)cellFrame inView:(NSView *)controlView;
- (NSSize)cellSize;
-- (void)setIndentationLevel:(int)level;
-- (int)IndentationLevel;
+- (void)setIndentationLevel:(NSInteger)level;
+- (NSInteger)IndentationLevel;
@end