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