diff --git a/Headers/gnustep/gui/NSBrowserCell.h b/Headers/gnustep/gui/NSBrowserCell.h index e39db7bc7..907d4c04c 100644 --- a/Headers/gnustep/gui/NSBrowserCell.h +++ b/Headers/gnustep/gui/NSBrowserCell.h @@ -40,8 +40,9 @@ NSImage *_alternateImage; NSImage *_branchImage; NSImage *_highlightBranchImage; - BOOL _isLeaf; - BOOL _isLoaded; + // Think of the following ones as of two BOOL ivars +#define _browsercell_is_leaf _cell.subclass_bool_one +#define _browsercell_is_loaded _cell.subclass_bool_two } //