diff options
| -rw-r--r-- | zenstore/include/zenstore/cas.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/zenstore/include/zenstore/cas.h b/zenstore/include/zenstore/cas.h index 7a7233c1c..5592fbd0a 100644 --- a/zenstore/include/zenstore/cas.h +++ b/zenstore/include/zenstore/cas.h @@ -69,7 +69,7 @@ public: private: // Q: should we protect this with a lock, or is that a higher level concern? - std::unordered_set<IoHash> m_ChunkSet; + std::unordered_set<IoHash, IoHash::Hasher> m_ChunkSet; }; /** Context object for data scrubbing |