put to union field did not call postPut.

This commit is contained in:
Marty Kraimer
2014-05-21 16:18:38 -04:00
parent 0ceb87eee1
commit 3c912c3812
2 changed files with 2 additions and 1 deletions

View File

@@ -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)