NTTable::getColumnNames() wrong field
This commit is contained in:
@ -270,7 +270,7 @@ PVStringArrayPtr NTTable::getLabels() const
|
||||
|
||||
StringArray const & NTTable::getColumnNames() const
|
||||
{
|
||||
return pvNTTable->getStructure()->getFieldNames();
|
||||
return pvValue->getStructure()->getFieldNames();
|
||||
}
|
||||
|
||||
PVFieldPtr NTTable::getColumn(std::string const & columnName) const
|
||||
|
Reference in New Issue
Block a user