mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-31 06:26:18 +00:00
fixed shared memory locations, scheme updated
This commit is contained in:
@@ -385,7 +385,7 @@ public:
|
||||
|
||||
BotInfo *botInfo;
|
||||
};
|
||||
static UserData * const ContextBotLookingUpData = reinterpret_cast<UserData*>(&SharedMemoryLocation0);
|
||||
static UserData * const ContextBotLookingUpData = SharedMemoryLocation<UserData, 0>();
|
||||
|
||||
class ChatData : public PeerData {
|
||||
public:
|
||||
|
Reference in New Issue
Block a user