Skip to content

Commit

Permalink
Update ios/MarkdownCommitHook.h
Browse files Browse the repository at this point in the history
Co-authored-by: Tomek Zawadzki <[email protected]>
  • Loading branch information
j-piasecki and tomekzaw authored Feb 27, 2024
1 parent 916c5d6 commit e2701ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ios/MarkdownCommitHook.h
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ class MarkdownCommitHook : public UIManagerCommitHook {
noexcept override;

private:
std::shared_ptr<UIManager> uiManager_;
const std::shared_ptr<UIManager> uiManager_;
};

} // namespace reanimated
Expand Down

0 comments on commit e2701ff

Please sign in to comment.