Try to fix compilation with older compilers.

This commit is contained in:
hiker 2018-12-01 09:54:54 +11:00
parent d6d879d2ed
commit 094aef0ccd

View File

@ -80,7 +80,7 @@ public:
};
/** Timer user for voting periods in both lobbies. */
std::atomic_uint64_t m_end_voting_period;
std::atomic<uint64_t> m_end_voting_period;
/** The maximum voting time. */
uint64_t m_max_voting_time;