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:
Thomas Nardone
2024-02-14 14:58:45 -08:00
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() {}