diff --git a/src/columns/ColUDA.cpp b/src/columns/ColUDA.cpp index 88d895fe3..d794340e1 100644 --- a/src/columns/ColUDA.cpp +++ b/src/columns/ColUDA.cpp @@ -40,12 +40,13 @@ extern Context context; //////////////////////////////////////////////////////////////////////////////// ColumnUDAString::ColumnUDAString () { - _name = ""; - _style = "default"; - _label = ""; - _uda = true; - _hyphenate = true; - _styles = {_style, "indicator"}; + _name = ""; // Gets overwritten at runtime. + _style = "default"; + _label = ""; + _modifiable = true; + _uda = true; + _hyphenate = true; + _styles = {_style, "indicator"}; } ////////////////////////////////////////////////////////////////////////////////