@@ -430,8 +430,8 @@ const imgui_function_table_19191 init_imgui_function_table_19191() { return {
430
430
[](imgui_draw_list_19191 *_this, const ImVec2 &a, const ImVec2 &b, const ImVec2 &c, const ImVec2 &d, const ImVec2 &uv_a, const ImVec2 &uv_b, const ImVec2 &uv_c, const ImVec2 &uv_d, ImU32 col) -> void { _this->PrimQuadUV (a, b, c, d, uv_a, uv_b, uv_c, uv_d, col); },
431
431
[](imgui_font_19191 *_this) -> void { new (_this) imgui_font_19191 (); },
432
432
[](imgui_font_19191 *_this) -> void { _this->~imgui_font_19191 (); },
433
- [](imgui_font_19191 *_this, ImWchar c) -> const ImFontGlyph *{ return _this->FindGlyph (c); },
434
- [](imgui_font_19191 *_this, ImWchar c) -> const ImFontGlyph *{ return _this->FindGlyphNoFallback (c); },
433
+ [](imgui_font_19191 *_this, ImWchar c) -> ImFontGlyph *{ return _this->FindGlyph (c); },
434
+ [](imgui_font_19191 *_this, ImWchar c) -> ImFontGlyph *{ return _this->FindGlyphNoFallback (c); },
435
435
[](imgui_font_19191 *_this, float size, float max_width, float wrap_width, const char *text_begin, const char *text_end, const char **remaining) -> ImVec2 { return _this->CalcTextSizeA (size, max_width, wrap_width, text_begin, text_end, remaining); },
436
436
[](imgui_font_19191 *_this, float scale, const char *text, const char *text_end, float wrap_width) -> const char *{ return _this->CalcWordWrapPositionA (scale, text, text_end, wrap_width); },
437
437
[](imgui_font_19191 *_this, imgui_draw_list_19191 *draw_list, float size, const ImVec2 &pos, ImU32 col, ImWchar c) -> void { _this->RenderChar (draw_list, size, pos, col, c); },
0 commit comments