remove Convert pointer from PVField
Allow inline construction of Convert
This commit is contained in:
@@ -43,13 +43,6 @@ static std::vector<String> split(String commaSeparatedList) {
|
||||
}
|
||||
return valueList;
|
||||
}
|
||||
|
||||
Convert::Convert()
|
||||
{}
|
||||
|
||||
|
||||
|
||||
Convert::~Convert(){}
|
||||
|
||||
void Convert::getString(StringBuilder buf,PVField const *pvField,int indentLevel)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user