ColTypeNumeric: Delegated type to base class

This commit is contained in:
Paul Beckingham
2015-10-31 15:22:25 -04:00
parent 9ea69ea802
commit 4837e9aa9d
4 changed files with 1 additions and 3 deletions

View File

@@ -36,7 +36,6 @@ extern Context context;
ColumnUrgency::ColumnUrgency ()
{
_name = "urgency";
_type = "numeric";
_style = "real";
_label = STRING_COLUMN_LABEL_URGENCY;
_styles = {"real", "integer"};