summaryrefslogtreecommitdiff
path: root/wsd/Storage.hpp
diff options
context:
space:
mode:
authorAndras Timar <andras.timar@collabora.com>2018-12-15 15:57:57 +0100
committerAndras Timar <andras.timar@collabora.com>2018-12-15 15:57:57 +0100
commit2e33cdb9c17db5b65de845bb9ac0f156e665e07c (patch)
treecb23a8bcc9413a9d848fa16ff614adfb6d841193 /wsd/Storage.hpp
parent892117eb37b86f87c7b4f52ecc1ea8655e839564 (diff)
fixup of 892117eb37b8
Change-Id: I071cb197ebdc9b39026a0ef100720809779bfb2b
Diffstat (limited to 'wsd/Storage.hpp')
-rw-r--r--wsd/Storage.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/wsd/Storage.hpp b/wsd/Storage.hpp
index 467deea40..3591ac8b1 100644
--- a/wsd/Storage.hpp
+++ b/wsd/Storage.hpp
@@ -393,7 +393,7 @@ public:
bool getEnableShare() const { return _enableShare; }
- std::string& getHideUserList() const { return _hideUserList; }
+ std::string& getHideUserList() { return _hideUserList; }
TriState getDisableChangeTrackingShow() const { return _disableChangeTrackingShow; }