diff options
Diffstat (limited to 'cpp/src/Freeze/ObjectStore.h')
-rw-r--r-- | cpp/src/Freeze/ObjectStore.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/Freeze/ObjectStore.h b/cpp/src/Freeze/ObjectStore.h index 274a82331f7..94db579a64d 100644 --- a/cpp/src/Freeze/ObjectStore.h +++ b/cpp/src/Freeze/ObjectStore.h @@ -36,7 +36,7 @@ class ObjectStore : public Cache public: ObjectStore(const std::string&, bool, EvictorI*, - const std::vector<IndexPtr>& = std::vector<IndexPtr>(), bool = false); + const std::vector<IndexPtr>& = std::vector<IndexPtr>(), bool = false); virtual ~ObjectStore(); |