wsd/Admin.hpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 3a427d6249fce110f9582f4c89c35ff373109ede
Author: Miklos Vajna <[email protected]>
Date: Mon Jan 15 11:58:06 2018 +0100
wsd: static next to const int is not necessary
cost int is already compile-time.
diff --git a/wsd/Admin.hpp b/wsd/Admin.hpp
index 724cbaec..649f0661 100644
--- a/wsd/Admin.hpp
+++ b/wsd/Admin.hpp
@@ -145,7 +145,7 @@ private:
DocProcSettings _defDocProcSettings;
// Don't update any more frequently than this since it's excessive.
- static const int MinStatsIntervalMs = 50;
+ const int MinStatsIntervalMs = 50;
};
#endif
_______________________________________________
Libreoffice-commits mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits