mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Fix Win build (#43025)
Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/43025 Changelog: [General][Fixed] - Fix JSExecutor build error on Windows Reviewed By: motiz88, cipolleschi Differential Revision: D53762452 fbshipit-source-id: bea7295d9261fa013d14231dfba66cb4369a8916
This commit is contained in:
committed by
Facebook GitHub Bot
parent
b8ad91732f
commit
1c4ed12370
@@ -130,7 +130,7 @@ class RN_EXPORT JSExecutor : public jsinspector_modern::RuntimeTargetDelegate {
|
||||
virtual void handleMemoryPressure([[maybe_unused]] int pressureLevel) {}
|
||||
|
||||
virtual void destroy() {}
|
||||
virtual ~JSExecutor() {}
|
||||
virtual ~JSExecutor() override {}
|
||||
|
||||
virtual void flush() {}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user