ColEntry: Added _modifiable

This commit is contained in:
Paul Beckingham 2016-12-31 11:09:27 -05:00
parent 0150df0b05
commit 6057ecc83a

View file

@ -31,8 +31,9 @@
////////////////////////////////////////////////////////////////////////////////
ColumnEntry::ColumnEntry ()
{
_name = "entry";
_label = STRING_COLUMN_LABEL_ADDED;
_name = "entry";
_modifiable = true;
_label = STRING_COLUMN_LABEL_ADDED;
}
////////////////////////////////////////////////////////////////////////////////