ColDue: Added _modifiable

This commit is contained in:
Paul Beckingham 2016-12-31 11:09:13 -05:00
parent df8e951324
commit 0150df0b05

View file

@ -31,8 +31,9 @@
//////////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////////
ColumnDue::ColumnDue () ColumnDue::ColumnDue ()
{ {
_name = "due"; _name = "due";
_label = STRING_COLUMN_LABEL_DUE; _modifiable = true;
_label = STRING_COLUMN_LABEL_DUE;
} }
//////////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////////