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:
parent
1037bacc4b
commit
e6eafd6fa8
3 changed files with 8 additions and 8 deletions
|
|
@ -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);
|
||||
};
|
||||
}
|
||||
*/
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue