remove static from structs

This commit is contained in:
sonoro1234
2018-11-23 10:22:48 +01:00
parent 76935a7d83
commit 14cd6715d2
7 changed files with 139 additions and 139 deletions

View File

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