2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-08-31 14:45:14 +00:00

Fix build on GCC.

This commit is contained in:
John Preston
2019-03-01 18:41:10 +04:00
parent a8aa66d191
commit 8171828c2a
12 changed files with 38 additions and 26 deletions

View File

@@ -235,7 +235,7 @@ void System::showNext() {
return false;
};
auto ms = crl::now(), nextAlert = 0LL;
auto ms = crl::now(), nextAlert = crl::time(0);
bool alert = false;
int32 now = unixtime();
for (auto i = _whenAlerts.begin(); i != _whenAlerts.end();) {