File missing in previous commit.

This commit is contained in:
hiker 2015-12-07 23:50:21 +11:00
parent d8b417d536
commit 7cc77f41f7

View File

@ -18,6 +18,10 @@ private:
double m_last_countdown_update;
bool m_has_quit;
/** Keeps track of last time that an update was sent. */
double m_last_time;
public:
SynchronizationProtocol();
virtual ~SynchronizationProtocol();