manually removed static

This commit is contained in:
sonoro1234
2018-11-22 20:46:49 +01:00
parent 4397e9a3f1
commit 76935a7d83

View File

@@ -603,7 +603,7 @@ struct ImGuiTextFilter
struct ImGuiTextBuffer struct ImGuiTextBuffer
{ {
ImVector_char Buf; ImVector_char Buf;
static char EmptyString[1]; char EmptyString[1];
}; };
struct ImGuiStorage struct ImGuiStorage
{ {