mirror of
https://github.com/status-im/react-native.git
synced 2025-02-02 20:53:56 +00:00
Make visible to fix build when focusing on ReactKit
Reviewed By: dinhviethoa Differential Revision: D5372827 fbshipit-source-id: 4cc718e88bc2da08b104d22ffc83691a62b1de4e
This commit is contained in:
parent
26f01faf1b
commit
79bf089bc5
@ -29,7 +29,7 @@ struct InspectorPage {
|
||||
|
||||
class IRemoteConnection : public IDestructible {
|
||||
public:
|
||||
virtual ~IRemoteConnection() = 0;
|
||||
__attribute__((visibility("default"))) virtual ~IRemoteConnection() = 0;
|
||||
virtual void onMessage(std::string message) = 0;
|
||||
virtual void onDisconnect() = 0;
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user