diff --git a/cimgui.h b/cimgui.h index fe5f0a3..94a61e9 100644 --- a/cimgui.h +++ b/cimgui.h @@ -603,7 +603,7 @@ struct ImGuiTextFilter struct ImGuiTextBuffer { ImVector_char Buf; - static char EmptyString[1]; + char EmptyString[1]; }; struct ImGuiStorage {