From 17016090e38cc44e58517129278c28dd7943b4cc Mon Sep 17 00:00:00 2001 From: Loïc Blot Date: Mon, 9 Oct 2017 11:32:06 +0200 Subject: Travis: Update clang from 4.0 to 5.0 (#6467) * Update clang from 4.0 to 5.0 --- src/network/peerhandler.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/network') diff --git a/src/network/peerhandler.h b/src/network/peerhandler.h index 70e416e90..208ab801e 100644 --- a/src/network/peerhandler.h +++ b/src/network/peerhandler.h @@ -63,8 +63,8 @@ enum PeerChangeType : u8 struct PeerChange { - PeerChange(PeerChangeType t, session_t _peer_id, bool _timeout) - : type(t), peer_id(_peer_id), timeout(_timeout) + PeerChange(PeerChangeType t, session_t _peer_id, bool _timeout) : + type(t), peer_id(_peer_id), timeout(_timeout) { } PeerChange() = delete; -- cgit v1.2.3