Prefixed ivars with underscore; new ivar.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@5187 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Nicola Pero 1999-11-15 14:29:15 +00:00
parent e6fa7d17e8
commit 3dd2dd4fa7

View file

@ -33,8 +33,10 @@
@interface NSFormCell : NSActionCell <NSCoding>
{
float titleWidth;
NSCell* titleCell;
float _titleWidth;
// YES if the titleWidth is automatically computed
BOOL _autoTitleWidth;
NSCell* _titleCell;
}
//