Various zealous warning fixes (thanks Clang).

This commit is contained in:
omar
2017-12-23 14:07:03 +01:00
parent cf9b893841
commit 1f26652944
4 changed files with 8 additions and 10 deletions

View File

@ -230,7 +230,7 @@ enum ImGuiAxis
{
ImGuiAxis_None = -1,
ImGuiAxis_X = 0,
ImGuiAxis_Y = 1,
ImGuiAxis_Y = 1
};
enum ImGuiPlotType