summaryrefslogtreecommitdiff
path: root/include/vm_websocket.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/vm_websocket.hpp')
-rw-r--r--include/vm_websocket.hpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/include/vm_websocket.hpp b/include/vm_websocket.hpp
index 7b07458f67..92ccc0ddd9 100644
--- a/include/vm_websocket.hpp
+++ b/include/vm_websocket.hpp
@@ -30,9 +30,7 @@ class Handler : public std::enable_shared_from_this<Handler>
{
}
- ~Handler()
- {
- }
+ ~Handler() = default;
void doClose()
{