diff --git a/Headers/gnustep/gui/NSTableView.h b/Headers/gnustep/gui/NSTableView.h index e285b74cc..bfa92def5 100644 --- a/Headers/gnustep/gui/NSTableView.h +++ b/Headers/gnustep/gui/NSTableView.h @@ -61,6 +61,7 @@ BOOL _allowsMultipleSelection; BOOL _allowsEmptySelection; BOOL _allowsColumnSelection; + BOOL _allowsColumnResizing; BOOL _selectingColumns; NSText *_textObject; int _editedRow;