mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-30 22:16:14 +00:00
Fix build in Xcode.
This commit is contained in:
@@ -1637,7 +1637,7 @@ void ConnectionPrivate::handleReceived() {
|
||||
}
|
||||
|
||||
ConnectionPrivate::HandleResult ConnectionPrivate::handleOneReceived(const mtpPrime *from, const mtpPrime *end, uint64 msgId, int32 serverTime, uint64 serverSalt, bool badTime) {
|
||||
const auto cons = *from;
|
||||
const auto cons = mtpTypeId(*from);
|
||||
|
||||
switch (cons) {
|
||||
|
||||
|
Reference in New Issue
Block a user