Skip to content

Commit

Permalink
Fix build with Xcode.
Browse files Browse the repository at this point in the history
  • Loading branch information
john-preston committed Aug 31, 2022
1 parent 960473e commit e66d57f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lottie/lottie_frame_generator.h
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ class FrameGenerator final : public Ui::FrameGenerator {
QImage storage,
QSize size,
Qt::AspectRatioMode mode = Qt::IgnoreAspectRatio) override;
void jumpToStart();
void jumpToStart() override;

private:
std::unique_ptr<rlottie::Animation> _rlottie;
Expand Down

0 comments on commit e66d57f

Please sign in to comment.