tdesktop/Telegram
John Preston b6128b6fe0 Fix undefined behaviour in base::weak_ptr.
Regression was introduced in 1c79f85d00.

Invalid casts lead to crashes in macOS notifications handling.
Casts were T* -> has_weak_ptr* -> void* -> T* which was not working
in case T had has_weak_ptr as not first base class.

Now it uses just T* -> has_weak_ptr* -> T* casts.
2018-10-10 00:19:47 +03:00
..
Patches Fix several bugs for macOS 10.14. 2018-09-26 13:18:59 +03:00
Resources Version 1.4.1. 2018-10-09 19:27:18 +03:00
SetupFiles
SourceFiles Fix undefined behaviour in base::weak_ptr. 2018-10-10 00:19:47 +03:00
Telegram Fix microphone sandbox access request. 2018-06-04 18:39:20 +03:00
ThirdParty Fix build for Xcode 10. 2018-09-19 19:22:14 +03:00
build Version 1.4.1. 2018-10-09 19:27:18 +03:00
gyp Version 1.4.1: Fix build for old OS X. 2018-10-09 21:58:56 +03:00
Telegram.plist Fix several bugs for macOS 10.14. 2018-09-26 13:18:59 +03:00
create.bat Use single LEGAL file with license and copyright. 2018-01-03 13:23:14 +03:00