mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-31 14:38:15 +00:00
fixed shared memory locations, scheme updated
This commit is contained in:
@@ -587,7 +587,7 @@ private:
|
||||
|
||||
};
|
||||
|
||||
static ClipReader * const BadClipReader = reinterpret_cast<ClipReader * const>(&SharedMemoryLocation0);
|
||||
static ClipReader * const BadClipReader = SharedMemoryLocation<ClipReader, 0>();
|
||||
|
||||
enum ClipProcessResult {
|
||||
ClipProcessError,
|
||||
|
Reference in New Issue
Block a user