diff options
Diffstat (limited to 'src/storage.h')
-rw-r--r-- | src/storage.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/storage.h b/src/storage.h index 86dc48f..c67be22 100644 --- a/src/storage.h +++ b/src/storage.h @@ -98,7 +98,7 @@ private: unique_ptr<ChainStorage> parent; }; -struct Storage::Priv +struct PartialStorage::Priv { shared_ptr<StorageBackend> backend; @@ -111,7 +111,7 @@ struct Storage::Priv optional<Digest> copy(const ObjectT<S> &, vector<Digest> *) const; }; -struct Ref::Priv +struct PartialRef::Priv { const unique_ptr<PartialStorage> storage; const Digest digest; |