summaryrefslogtreecommitdiff
path: root/src/inspector_socket.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/inspector_socket.h')
-rw-r--r--src/inspector_socket.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/inspector_socket.h b/src/inspector_socket.h
index 3f4fc0c295..649b7f445d 100644
--- a/src/inspector_socket.h
+++ b/src/inspector_socket.h
@@ -25,7 +25,7 @@ class InspectorSocket {
const std::string& path,
const std::string& accept_key) = 0;
virtual void OnWsFrame(const std::vector<char>& frame) = 0;
- virtual ~Delegate() {}
+ virtual ~Delegate() = default;
};
using DelegatePointer = std::unique_ptr<Delegate>;