ColEntry: Added _modifiable

This commit is contained in:
Paul Beckingham 2016-12-31 11:09:27 -05:00
parent 9fd1500d20
commit 3c9081c22b

View file

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