wsd/Storage.hpp |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 2e33cdb9c17db5b65de845bb9ac0f156e665e07c
Author:     Andras Timar <andras.ti...@collabora.com>
AuthorDate: Sat Dec 15 15:57:57 2018 +0100
Commit:     Andras Timar <andras.ti...@collabora.com>
CommitDate: Sat Dec 15 15:57:57 2018 +0100

    fixup of 892117eb37b8
    
    Change-Id: I071cb197ebdc9b39026a0ef100720809779bfb2b

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; }
 
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to