Time must be signed.

This commit is contained in:
Bartosz Taudul 2017-10-18 23:36:50 +02:00
parent 1e645665fe
commit 8958780b18

View File

@ -240,8 +240,8 @@ private:
const MessageData* m_msgHighlight;
bool m_drawRegion;
uint64_t m_regionStart;
uint64_t m_regionEnd;
int64_t m_regionStart;
int64_t m_regionEnd;
bool m_showOptions;
bool m_showMessages;