summaryrefslogtreecommitdiffstats
path: root/wsd/LOOLWSD.hpp
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2019-08-12 12:04:10 +0300
committerTor Lillqvist <tml@collabora.com>2019-08-12 13:20:52 +0300
commita15868642221569a7252e04c5a6d1a9a2294048e (patch)
tree96546ef5c79d97d75af4e6b2042d928cf7b06ce3 /wsd/LOOLWSD.hpp
parentAvoid assertion failure in the iOS app (diff)
downloadonline-a15868642221569a7252e04c5a6d1a9a2294048e.tar.gz
online-a15868642221569a7252e04c5a6d1a9a2294048e.zip
The SavedClipboards stuff presumably makes no sense for MOBILEAPP
It seems to be strongly related to HTTP things at least in error handling. So bypass as cleanly as possible in the MOBILEAPP case for now. Change-Id: If9540f166293635513a3ab06371f01ad381a8cb2
Diffstat (limited to 'wsd/LOOLWSD.hpp')
-rw-r--r--wsd/LOOLWSD.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/wsd/LOOLWSD.hpp b/wsd/LOOLWSD.hpp
index 0af2caa284..4a9796a3a6 100644
--- a/wsd/LOOLWSD.hpp
+++ b/wsd/LOOLWSD.hpp
@@ -70,7 +70,9 @@ public:
static bool AnonymizeUsernames;
static std::atomic<unsigned> NumConnections;
static std::unique_ptr<TraceFileWriter> TraceDumper;
+#if !MOBILEAPP
static std::unique_ptr<ClipboardCache> SavedClipboards;
+#endif
static std::set<std::string> EditFileExtensions;
static unsigned MaxConnections;
static unsigned MaxDocuments;