1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-08-06 17:41:04 +00:00

Travis: Update clang from 4.0 to 5.0 (#6467)

* Update clang from 4.0 to 5.0
This commit is contained in:
Loïc Blot 2017-10-09 11:32:06 +02:00 committed by GitHub
parent e6e5fa3bf8
commit 17016090e3
12 changed files with 55 additions and 37 deletions

View file

@ -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)
{
}
};