1
0
Fork 0
mirror of https://github.com/ocornut/imgui.git synced 2026-01-11 00:04:24 +00:00

Fixed warnings for GCC -Wpedantic

This commit is contained in:
ocornut 2014-10-26 15:08:28 +00:00
parent 1037bacc4b
commit e6eafd6fa8
3 changed files with 8 additions and 8 deletions

View file

@ -39,6 +39,6 @@ namespace ImGui
{
void Value(const char* prefix, const MyVec2& v, const char* float_format = NULL);
void Value(const char* prefix, const MyVec4& v, const char* float_format = NULL);
};
}
*/