put to union field did not call postPut.
This commit is contained in:
@@ -126,6 +126,7 @@ void PVUnion::set(int32 index, PVFieldPtr const & value)
|
||||
|
||||
selector = index;
|
||||
this->value = value;
|
||||
postPut();
|
||||
}
|
||||
|
||||
void PVUnion::set(String const & fieldName, PVFieldPtr const & value)
|
||||
|
||||
Reference in New Issue
Block a user