Columns
- Removed ColUDA::is_uda override, because it was wrong. Now in the base class a member variable is referenced.
This commit is contained in:
@@ -43,6 +43,7 @@ ColumnUDA::ColumnUDA ()
|
||||
_type = "string";
|
||||
_style = "default";
|
||||
_label = "";
|
||||
_uda = true;
|
||||
|
||||
_hyphenate = (_type == "string") ? true : false;
|
||||
|
||||
@@ -56,12 +57,6 @@ ColumnUDA::~ColumnUDA ()
|
||||
{
|
||||
}
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
bool ColumnUDA::is_uda () const
|
||||
{
|
||||
return true;
|
||||
}
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
bool ColumnUDA::validate (std::string& value)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user