This commit is contained in:
smfr%smfr.org 2006-01-29 20:49:41 +00:00
Родитель f870d20f48
Коммит ded4ef9fa9
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -55,7 +55,7 @@ Copyright
@interface ImageAndTextCell : NSTextFieldCell
{
@private
NSImage *mImage;
NSImage* mImage;
}
- (void)setImage:(NSImage *)anImage;