Skip to content

Commit

Permalink
Make visible to fix build when focusing on ReactKit
Browse files Browse the repository at this point in the history
Reviewed By: dinhviethoa

Differential Revision: D5372827

fbshipit-source-id: 4cc718e88bc2da08b104d22ffc83691a62b1de4e
  • Loading branch information
Grace Ku authored and facebook-github-bot committed Jul 7, 2017
1 parent 26f01fa commit 79bf089
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ReactCommon/jschelpers/InspectorInterfaces.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
};
Expand Down

0 comments on commit 79bf089

Please sign in to comment.