mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-05 06:33:57 +02:00
Fix build in Xcode.
This commit is contained in:
parent
bafa838afc
commit
2a96f358f6
2 changed files with 5 additions and 2 deletions
|
@ -97,7 +97,10 @@ private:
|
|||
class SuggestionsController {
|
||||
public:
|
||||
struct Options {
|
||||
bool suggestExactFirstWord = true;
|
||||
Options() : suggestExactFirstWord(true) {
|
||||
}
|
||||
|
||||
bool suggestExactFirstWord;
|
||||
};
|
||||
|
||||
SuggestionsController(
|
||||
|
|
2
Telegram/ThirdParty/qtlottie
vendored
2
Telegram/ThirdParty/qtlottie
vendored
|
@ -1 +1 @@
|
|||
Subproject commit 20f170a3462392e59b556333de97e5700098f964
|
||||
Subproject commit 6cd5e323645746620f96450487e05900a0fbc7ce
|
Loading…
Add table
Reference in a new issue