From 2a96f358f613cd440c69168dff68b2886e022ba0 Mon Sep 17 00:00:00 2001
From: John Preston <johnprestonmail@gmail.com>
Date: Mon, 27 May 2019 15:56:33 +0200
Subject: [PATCH] Fix build in Xcode.

---
 Telegram/SourceFiles/chat_helpers/emoji_suggestions_widget.h | 5 ++++-
 Telegram/ThirdParty/qtlottie                                 | 2 +-
 2 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/Telegram/SourceFiles/chat_helpers/emoji_suggestions_widget.h b/Telegram/SourceFiles/chat_helpers/emoji_suggestions_widget.h
index ffafb2ebe..7d8817778 100644
--- a/Telegram/SourceFiles/chat_helpers/emoji_suggestions_widget.h
+++ b/Telegram/SourceFiles/chat_helpers/emoji_suggestions_widget.h
@@ -97,7 +97,10 @@ private:
 class SuggestionsController {
 public:
 	struct Options {
-		bool suggestExactFirstWord = true;
+		Options() : suggestExactFirstWord(true) {
+		}
+
+		bool suggestExactFirstWord;
 	};
 
 	SuggestionsController(
diff --git a/Telegram/ThirdParty/qtlottie b/Telegram/ThirdParty/qtlottie
index 20f170a34..6cd5e3236 160000
--- a/Telegram/ThirdParty/qtlottie
+++ b/Telegram/ThirdParty/qtlottie
@@ -1 +1 @@
-Subproject commit 20f170a3462392e59b556333de97e5700098f964
+Subproject commit 6cd5e323645746620f96450487e05900a0fbc7ce