diff options
Diffstat (limited to 'ImageAndTextCell.h')
-rwxr-xr-x | ImageAndTextCell.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ImageAndTextCell.h b/ImageAndTextCell.h index 897549cd..bf0ef753 100755 --- a/ImageAndTextCell.h +++ b/ImageAndTextCell.h @@ -44,7 +44,7 @@ @interface ImageAndTextCell : NSTextFieldCell { @private - NSImage *image; + NSImage *image; int _indentationLevel; } |