From 336d66d4fa3ea2ef0c75b686773af728af5a26a5 Mon Sep 17 00:00:00 2001 From: gumi Date: Thu, 5 Apr 2018 21:02:01 -0400 Subject: gcc doesn't like it when we initialize in the wrong order --- src/net/socket.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/net/socket.hpp b/src/net/socket.hpp index 6115d70..81a6120 100644 --- a/src/net/socket.hpp +++ b/src/net/socket.hpp @@ -77,8 +77,8 @@ struct Session /// Checks whether a newly-connected socket actually does anything TimeT created; - bool connected; TimeT last_tick; + bool connected; private: struct { -- cgit v1.2.3-60-g2f50