summaryrefslogtreecommitdiffstats
path: root/wsd/TestStubs.cpp
diff options
context:
space:
mode:
authorAshod Nakashian <ashod.nakashian@collabora.co.uk>2020-06-03 10:43:52 -0400
committerAshod Nakashian <ashnakash@gmail.com>2020-07-01 07:40:10 +0200
commit02da27a4364b44ddb57936070d6b36a7d53d3498 (patch)
tree73ed1a6e19a2bf9cd74f46decdd2ade0df3d28c6 /wsd/TestStubs.cpp
parentwsd: add http-headers unit-test (diff)
downloadonline-02da27a4364b44ddb57936070d6b36a7d53d3498.tar.gz
online-02da27a4364b44ddb57936070d6b36a7d53d3498.zip
wsd: improve readability
Change-Id: I2f85ebff783ebb799324b0aa95f5d0d023c19231 Reviewed-on: https://gerrit.libreoffice.org/c/online/+/96381 Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com> Tested-by: Jenkins Reviewed-by: Ashod Nakashian <ashnakash@gmail.com>
Diffstat (limited to 'wsd/TestStubs.cpp')
-rw-r--r--wsd/TestStubs.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/wsd/TestStubs.cpp b/wsd/TestStubs.cpp
index ca04416da4..ad0859a8ed 100644
--- a/wsd/TestStubs.cpp
+++ b/wsd/TestStubs.cpp
@@ -23,7 +23,7 @@ void ClientSession::traceTileBySend(const TileDesc& /*tile*/, bool /*deduplicate
void ClientSession::enqueueSendMessage(const std::shared_ptr<Message>& /*data*/) {};
-ClientSession::~ClientSession() {}
+ClientSession::~ClientSession() = default;
void ClientSession::onDisconnect() {}