From d9916720aaef84f9123a13f7cf5e00094ca4c074 Mon Sep 17 00:00:00 2001 From: Victor Bombi Date: Mon, 13 Sep 2021 11:39:44 +0200 Subject: [PATCH] generation --- cimgui.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cimgui.h b/cimgui.h index ddd7fc9..70e643c 100644 --- a/cimgui.h +++ b/cimgui.h @@ -2578,8 +2578,8 @@ typedef union SDL_Event SDL_Event; #endif // CIMGUI_DEFINE_ENUMS_AND_STRUCTS #ifndef CIMGUI_DEFINE_ENUMS_AND_STRUCTS -typedef ImGuiStorage::ImGuiStoragePair ImGuiStoragePair; -typedef ImGuiTextFilter::ImGuiTextRange ImGuiTextRange; +typedef struct ImGuiStorage::ImGuiStoragePair ImGuiStoragePair; +typedef struct ImGuiTextFilter::ImGuiTextRange ImGuiTextRange; typedef ImStb::STB_TexteditState STB_TexteditState; typedef ImStb::StbTexteditRow StbTexteditRow; typedef ImStb::StbUndoRecord StbUndoRecord;