summaryrefslogtreecommitdiffstats
path: root/wsd/TestStubs.cpp
diff options
context:
space:
mode:
authorAshod Nakashian <ashod.nakashian@collabora.co.uk>2018-01-14 11:16:10 -0500
committerAshod Nakashian <ashnakash@gmail.com>2018-01-15 08:06:56 +0100
commitd53ce5511dfe7989954f5ec4f882799607a6b662 (patch)
treeb2f0b2f493da43c8f96dcb2b93d320a4ebe078f7 /wsd/TestStubs.cpp
parentWarn if we exit with a modified document around. (diff)
downloadonline-d53ce5511dfe7989954f5ec4f882799607a6b662.tar.gz
online-d53ce5511dfe7989954f5ec4f882799607a6b662.zip
wsd: const and cosmetics
Non-functional changes. Change-Id: I7c52386e2f870d29fd62c6dae6f37f4a58c2396b Reviewed-on: https://gerrit.libreoffice.org/47882 Reviewed-by: Ashod Nakashian <ashnakash@gmail.com> Tested-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 434d8e2cad..963bf96184 100644
--- a/wsd/TestStubs.cpp
+++ b/wsd/TestStubs.cpp
@@ -15,6 +15,6 @@
#include "DocumentBroker.hpp"
-void DocumentBroker::assertCorrectThread() {}
+void DocumentBroker::assertCorrectThread() const {}
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */