Fix build error

boolean replaced by bool
This commit is contained in:
Dave Hickin
2015-09-01 02:40:14 +01:00
parent ba64c6a6a5
commit 5ec16a1772

View File

@@ -195,7 +195,7 @@ bool NTTable::isValid()
PVFieldPtrArray const & columns = pvValue->getPVFields();
if (getLabels()->getLength() != columns.size()) return false;
boolean first = true;
bool first = true;
int length = 0;
for (PVFieldPtrArray::const_iterator it = columns.begin();
it != columns.end();++it)