diff --git a/src/nt/nttable.cpp b/src/nt/nttable.cpp index d584a42..6285460 100644 --- a/src/nt/nttable.cpp +++ b/src/nt/nttable.cpp @@ -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)