2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-08-31 14:38:15 +00:00

fixed 9015003 build for os x

This commit is contained in:
John Preston
2015-12-28 01:49:08 +03:00
parent 0b8a05e435
commit 3aa2e592e0
5 changed files with 9 additions and 4 deletions

View File

@@ -366,7 +366,7 @@ public:
}
typename AnimType::Type current() {
return _data ? _data->a.current() : AnimType::Type();
return _data ? _data->a.current() : typename AnimType::Type();
}
typename AnimType::Type current(uint64 ms, const typename AnimType::Type &def) {