Dirk's VxWorks porting

This commit is contained in:
Matej Sekoranja
2012-03-28 20:40:49 +02:00
parent 6caa725f5a
commit 2dba4aab2b
4 changed files with 16 additions and 16 deletions

View File

@@ -31,7 +31,7 @@ PVDATA_REFCOUNT_MONITOR_DEFINE(field);
Field::Field(String fieldName,Type type)
:m_fieldName(fieldName)
,m_type(type)
,m_fieldType(type)
{
PVDATA_REFCOUNT_MONITOR_CONSTRUCT(field);
}