tools/Stress.cpp | 1 +
1 file changed, 1 insertion(+)
New commits:
commit 32f4dd371d609fc0a960ba59adae7101921e56b9
Author: Miklos Vajna <[email protected]>
AuthorDate: Fri Jan 4 08:50:41 2019 +0100
Commit: Miklos Vajna <[email protected]>
CommitDate: Fri Jan 4 09:03:38 2019 +0100
Stress: make members private
No external code used those members, so makes little sense to have them
as public.
Change-Id: I893dca4a42b83e0835829889d35fe3c756b97f96
diff --git a/tools/Stress.cpp b/tools/Stress.cpp
index a29277ed0..0a5362e81 100644
--- a/tools/Stress.cpp
+++ b/tools/Stress.cpp
@@ -42,6 +42,7 @@ public:
static bool Benchmark;
static size_t Iterations;
static bool NoDelay;
+private:
unsigned _numClients;
std::string _serverURI;
_______________________________________________
Libreoffice-commits mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits