Skip to content
This repository has been archived by the owner on May 31, 2019. It is now read-only.

Commit

Permalink
Add virtual InspectorSessionDelegate destructor
Browse files Browse the repository at this point in the history
  • Loading branch information
ltilve authored and hferreiro committed Oct 11, 2017
1 parent 7535fd3 commit 542fab4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/inspector_agent.h
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ class InspectorSessionDelegate {
public:
virtual bool WaitForFrontendMessage() = 0;
virtual void OnMessage(const v8_inspector::StringView& message) = 0;
virtual ~InspectorSessionDelegate() = default;
};

class Agent {
Expand Down

0 comments on commit 542fab4

Please sign in to comment.