diff options
author | Loïc Blot <nerzhul@users.noreply.github.com> | 2017-10-09 11:32:06 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-10-09 11:32:06 +0200 |
commit | 17016090e38cc44e58517129278c28dd7943b4cc (patch) | |
tree | a0ba6d0628f333c28b2e584cc6eb6d1ef413aa07 /src/wieldmesh.h | |
parent | e6e5fa3bf8853f149fdef16b39af3981097176a4 (diff) | |
download | minetest-17016090e38cc44e58517129278c28dd7943b4cc.tar.xz |
Travis: Update clang from 4.0 to 5.0 (#6467)
* Update clang from 4.0 to 5.0
Diffstat (limited to 'src/wieldmesh.h')
-rw-r--r-- | src/wieldmesh.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/wieldmesh.h b/src/wieldmesh.h index 23e3abf29..87b8a8efe 100644 --- a/src/wieldmesh.h +++ b/src/wieldmesh.h @@ -46,8 +46,8 @@ struct ItemPartColor ItemPartColor() = default; - ItemPartColor(bool override, video::SColor color) - : override_base(override), color(color) + ItemPartColor(bool override, video::SColor color) : + override_base(override), color(color) { } }; |