pvRequest oops

This commit is contained in:
Michael Davidsaver
2020-03-10 17:06:52 -07:00
parent 3c4ce47b98
commit fe633e4228
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -25,7 +25,7 @@ struct CommonBase::Req {
Member record;
Req()
:fields(TypeCode::Struct, "fields")
:fields(TypeCode::Struct, "field")
,record(TypeCode::Struct, "record", {
Member(TypeCode::Struct, "_options")
})