From 52eef2227304b7eddc75c7233145454f716a3090 Mon Sep 17 00:00:00 2001 From: John Preston Date: Mon, 29 Jun 2020 21:37:35 +0400 Subject: [PATCH] Fix build. --- Telegram/SourceFiles/core/sandbox.h | 1 + 1 file changed, 1 insertion(+) diff --git a/Telegram/SourceFiles/core/sandbox.h b/Telegram/SourceFiles/core/sandbox.h index f2b591706..01ef9c5c8 100644 --- a/Telegram/SourceFiles/core/sandbox.h +++ b/Telegram/SourceFiles/core/sandbox.h @@ -78,6 +78,7 @@ private: void closeApplication(); // will be done in aboutToQuit() void checkForQuit(); // will be done in exec() + void checkForEmptyLoopNestingLevel(); void registerEnterFromEventLoop(); void incrementEventNestingLevel(); void decrementEventNestingLevel();