summaryrefslogtreecommitdiffstats
path: root/wsd/Admin.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'wsd/Admin.cpp')
-rw-r--r--wsd/Admin.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/wsd/Admin.cpp b/wsd/Admin.cpp
index 1a78bf25dc..ba75f81d7f 100644
--- a/wsd/Admin.cpp
+++ b/wsd/Admin.cpp
@@ -958,4 +958,9 @@ void Admin::start()
startThread();
}
+void Admin::stop()
+{
+ joinThread();
+}
+
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */