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")
})
+3 -3
View File
@@ -67,7 +67,7 @@ struct {
struct {
} baz
} bar
} fields
} field
struct {
struct {
string abc = "xyz"
@@ -96,7 +96,7 @@ struct {
struct {
} baz
} bar
} fields
} field
struct {
struct {
string abc = "xyz"
@@ -125,7 +125,7 @@ struct {
struct {
} baz
} bar
} fields
} field
struct {
struct {
string abc = "xyz"