diff --git a/generator/output/definitions.json b/generator/output/definitions.json index fdeffd2..d01e354 100644 --- a/generator/output/definitions.json +++ b/generator/output/definitions.json @@ -9662,7 +9662,6 @@ "funcname": "ImVec2ih", "location": "internal", "ov_cimguiname": "ImVec2ih_ImVec2ihVec2", - "ret": "explicit", "signature": "(const ImVec2)", "stname": "ImVec2ih" } diff --git a/generator/output/definitions.lua b/generator/output/definitions.lua index 5929536..f74d3ce 100644 --- a/generator/output/definitions.lua +++ b/generator/output/definitions.lua @@ -8130,7 +8130,6 @@ defs["ImVec2ih_ImVec2ih"][3]["defaults"] = {} defs["ImVec2ih_ImVec2ih"][3]["funcname"] = "ImVec2ih" defs["ImVec2ih_ImVec2ih"][3]["location"] = "internal" defs["ImVec2ih_ImVec2ih"][3]["ov_cimguiname"] = "ImVec2ih_ImVec2ihVec2" -defs["ImVec2ih_ImVec2ih"][3]["ret"] = "explicit" defs["ImVec2ih_ImVec2ih"][3]["signature"] = "(const ImVec2)" defs["ImVec2ih_ImVec2ih"][3]["stname"] = "ImVec2ih" defs["ImVec2ih_ImVec2ih"]["()"] = defs["ImVec2ih_ImVec2ih"][1] diff --git a/generator/output/overloads.txt b/generator/output/overloads.txt index 029e7b4..4bd58df 100644 --- a/generator/output/overloads.txt +++ b/generator/output/overloads.txt @@ -157,7 +157,7 @@ ImGuiStyleMod_ImGuiStyleMod 3 ImVec2ih_ImVec2ih 3 1 nil ImVec2ih_ImVec2ihNil () 2 nil ImVec2ih_ImVec2ihshort (short,short) -3 explicit ImVec2ih_ImVec2ihVec2 (const ImVec2) +3 nil ImVec2ih_ImVec2ihVec2 (const ImVec2) ImPool_Remove 2 1 void ImPool_RemoveTPtr (ImGuiID,const T*) 2 void ImPool_RemovePoolIdx (ImGuiID,ImPoolIdx) diff --git a/generator/output/structs_and_enums.json b/generator/output/structs_and_enums.json index 45fb710..9371409 100644 --- a/generator/output/structs_and_enums.json +++ b/generator/output/structs_and_enums.json @@ -4104,7 +4104,7 @@ }, { "name": "CurrentTabBarStack", - "template_type": "ImGui*OrIndex", + "template_type": "ImGuiPtrOrIndex", "type": "ImVector_ImGuiPtrOrIndex" }, { diff --git a/generator/output/structs_and_enums.lua b/generator/output/structs_and_enums.lua index e4a4c6c..010f947 100644 --- a/generator/output/structs_and_enums.lua +++ b/generator/output/structs_and_enums.lua @@ -3185,7 +3185,7 @@ defs["structs"]["ImGuiContext"][149]["template_type"] = "ImGuiTabBar" defs["structs"]["ImGuiContext"][149]["type"] = "ImPool_ImGuiTabBar" defs["structs"]["ImGuiContext"][150] = {} defs["structs"]["ImGuiContext"][150]["name"] = "CurrentTabBarStack" -defs["structs"]["ImGuiContext"][150]["template_type"] = "ImGui*OrIndex" +defs["structs"]["ImGuiContext"][150]["template_type"] = "ImGuiPtrOrIndex" defs["structs"]["ImGuiContext"][150]["type"] = "ImVector_ImGuiPtrOrIndex" defs["structs"]["ImGuiContext"][151] = {} defs["structs"]["ImGuiContext"][151]["name"] = "ShrinkWidthBuffer"