mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-04-21 20:14:45 +00:00
Fix gcc warning
Fix warning of missing newline before EOF.
This commit is contained in:
parent
ffaa6542e0
commit
a6b1488507
1 changed files with 1 additions and 1 deletions
|
@ -26,4 +26,4 @@ extern void assert_fail_debug_msg(const char* msg);
|
|||
#define IMGUI_DEFINE_MATH_OPERATORS
|
||||
|
||||
#define IM_VEC2_CLASS_EXTRA \
|
||||
constexpr ImVec2(float _v) : x(_v), y(_v) {}
|
||||
constexpr ImVec2(float _v) : x(_v), y(_v) {}
|
||||
|
|
Loading…
Add table
Reference in a new issue