mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-13 00:25:19 +02:00
Travis: Update clang from 4.0 to 5.0 (#6467)
* Update clang from 4.0 to 5.0
This commit is contained in:
@@ -36,8 +36,9 @@ struct ChatMessage
|
||||
ChatMessage(const std::wstring &m = L"") : message(m) {}
|
||||
|
||||
ChatMessage(ChatMessageType t, const std::wstring &m, const std::wstring &s = L"",
|
||||
std::time_t ts = std::time(0))
|
||||
: type(t), message(m), sender(s), timestamp(ts)
|
||||
std::time_t ts = std::time(0)) :
|
||||
type(t),
|
||||
message(m), sender(s), timestamp(ts)
|
||||
{
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user