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:
@@ -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();) {
|
||||
|
Reference in New Issue
Block a user