mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-31 14:45:14 +00:00
Fix build in Xcode.
This commit is contained in:
@@ -11,6 +11,7 @@ https://github.com/telegramdesktop/tdesktop/blob/master/LEGAL
|
||||
#include "base/flat_map.h"
|
||||
|
||||
#include <crl/crl_time.h>
|
||||
#include <vector>
|
||||
|
||||
class QImage;
|
||||
class QString;
|
||||
|
2
Telegram/ThirdParty/qtlottie
vendored
2
Telegram/ThirdParty/qtlottie
vendored
Submodule Telegram/ThirdParty/qtlottie updated: eac3909a82...ca99cfd2e6
@@ -63,7 +63,7 @@ public:
|
||||
BMBase *clone() const override;
|
||||
|
||||
void updateProperties(int frame) override;
|
||||
void render(LottieRenderer &renderer) const;
|
||||
void render(LottieRenderer &renderer) const override;
|
||||
void resolveAssets(const std::function<BMAsset*(QString)> &resolver) override;
|
||||
|
||||
QString refId() const;
|
||||
|
Reference in New Issue
Block a user