ColEntry: Added _modifiable

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

View file

@ -32,6 +32,7 @@
ColumnEntry::ColumnEntry ()
{
_name = "entry";
_modifiable = true;
_label = STRING_COLUMN_LABEL_ADDED;
}