From 76935a7d8363a9151eb9cd3d83fe70092ed3d4f6 Mon Sep 17 00:00:00 2001 From: sonoro1234 Date: Thu, 22 Nov 2018 20:46:49 +0100 Subject: [PATCH] manually removed static --- cimgui.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {