correct issue #88 (Pair union member)

This commit is contained in:
sonoro1234
2019-02-15 12:24:06 +01:00
parent e125f405e3
commit d331453422
3 changed files with 10 additions and 5 deletions

View File

@@ -2125,8 +2125,8 @@ defs["structs"]["Pair"][1] = {}
defs["structs"]["Pair"][1]["name"] = "key"
defs["structs"]["Pair"][1]["type"] = "ImGuiID"
defs["structs"]["Pair"][2] = {}
defs["structs"]["Pair"][2]["name"] = "}"
defs["structs"]["Pair"][2]["type"] = "union { int val_i; float val_f; void* val_p;"
defs["structs"]["Pair"][2]["name"] = ""
defs["structs"]["Pair"][2]["type"] = "union { int val_i; float val_f; void* val_p;}"
defs["structs"]["TextRange"] = {}
defs["structs"]["TextRange"][1] = {}
defs["structs"]["TextRange"][1]["name"] = "b"