fix some warnings (#1306)

This commit is contained in:
Alexandre Bouvier
2024-10-09 06:28:09 +00:00
committed by GitHub
parent e45eb0da9a
commit 7d4f1ce5f9
2 changed files with 8 additions and 5 deletions

View File

@@ -29,4 +29,4 @@ extern void assert_fail_debug_msg(const char* msg);
constexpr ImVec2(float _v) : x(_v), y(_v) {}
#define IM_VEC4_CLASS_EXTRA \
constexpr ImVec4(float _v) : x(_v), y(_v), z(_v), w(_v) {}
constexpr ImVec4(float _v) : x(_v), y(_v), z(_v), w(_v) {}