mirror of
https://github.com/status-im/react-native.git
synced 2025-01-27 09:45:04 +00:00
iOS: Mark Scheduler class as final
Summary: This fixes some build flavor: ``` error: destructor called on non-final 'facebook::react::Scheduler' that has virtual functions but non-virtual destructor [-Werror,-Wdelete-non-virtual-dtor] ``` Reviewed By: shergin Differential Revision: D7958022 fbshipit-source-id: 6ff64bdaa221b5c6430a98244d40d6d3789ba937
This commit is contained in:
parent
d4d515cdc3
commit
266016c521
@ -21,7 +21,7 @@ class FabricUIManager;
|
||||
/*
|
||||
* Scheduler coordinates Shadow Tree updates and event flows.
|
||||
*/
|
||||
class Scheduler:
|
||||
class Scheduler final:
|
||||
public UIManagerDelegate,
|
||||
public ShadowTreeDelegate {
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user