diff --git a/Headers/gnustep/gui/NSFormCell.h b/Headers/gnustep/gui/NSFormCell.h index f32d8a6b2..d8e0a3c80 100644 --- a/Headers/gnustep/gui/NSFormCell.h +++ b/Headers/gnustep/gui/NSFormCell.h @@ -34,8 +34,9 @@ @interface NSFormCell : NSActionCell { float _titleWidth; + // Think the following as a BOOL ivar // YES if the titleWidth is automatically computed - BOOL _autoTitleWidth; +#define _formcell_auto_title_width _cell.subclass_bool_one NSCell* _titleCell; }