diff options
Diffstat (limited to 'zenstore/include')
| -rw-r--r-- | zenstore/include/zenstore/cidstore.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/zenstore/include/zenstore/cidstore.h b/zenstore/include/zenstore/cidstore.h index acfedbc64..a69569bd2 100644 --- a/zenstore/include/zenstore/cidstore.h +++ b/zenstore/include/zenstore/cidstore.h @@ -57,6 +57,8 @@ public: // TODO: add batch filter support + IoHash RemapCid(const IoHash& DecompressedId); + private: struct Impl; std::unique_ptr<Impl> m_Impl; |