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
+1 -1
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);
};
}
*/