Fix GCC warning

This commit is contained in:
ocornut
2020-03-05 12:35:01 +01:00
parent a7ace918fe
commit 1ecc1db226
2 changed files with 3 additions and 3 deletions

View File

@ -1094,7 +1094,7 @@ struct ImGuiDockNode
ImVec2 Pos; // Current position
ImVec2 Size; // Current size
ImVec2 SizeRef; // [Split node only] Last explicitly written-to size (overridden when using a splitter affecting the node), used to calculate Size.
int SplitAxis; // [Split node only] Split axis (X or Y)
ImGuiAxis SplitAxis; // [Split node only] Split axis (X or Y)
ImGuiWindowClass WindowClass; // [Root node only]
ImGuiDockNodeState State;