diff --git a/ReactCommon/jschelpers/InspectorInterfaces.h b/ReactCommon/jschelpers/InspectorInterfaces.h index e19eae5d9..d1da62f66 100644 --- a/ReactCommon/jschelpers/InspectorInterfaces.h +++ b/ReactCommon/jschelpers/InspectorInterfaces.h @@ -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; };