From 920378bac31ba32f5d3c17f4d6d46498c9f2d0a1 Mon Sep 17 00:00:00 2001 From: Alex Rousskov Date: Sat, 22 Jun 2013 09:20:12 -0600 Subject: [PATCH] The path member can remain private. --- src/ipc/StoreMap.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ipc/StoreMap.h b/src/ipc/StoreMap.h index ea90edc160..ddcf88afb9 100644 --- a/src/ipc/StoreMap.h +++ b/src/ipc/StoreMap.h @@ -192,11 +192,11 @@ public: void updateStats(ReadWriteLockStats &stats) const; StoreMapCleaner *cleaner; ///< notified before a readable entry is freed - const String path; ///< cache_dir path or similar cache name; for logging protected: static Owner *Init(const char *const path, const int limit, const size_t extrasSize); + const String path; ///< cache_dir path or similar cache name; for logging Mem::Pointer shared; private: -- 2.47.2